Results 117 issues of James Adams

I would like to use a single progress bar rather than one bar per process as is currently the default behavior when initializing with `progress_bar=True`. Is this reasonably straight-forward to...

I am performing training of the model using a custom dataset on an AWS EC2 instance (p2.xlarge) with an NVIDIA Tesla K80 GPU. After launching the training script I see...

When I load the [ResNet10 model](https://github.com/cvjena/cnn-models/blob/master/ResNet_preact/ResNet10_cvgj/deploy.prototxt) and the associated weights ([from here](https://drive.google.com/file/d/0B6VgjAr4t_oTdUhaclljRWlPSVU/view?usp=sharing)) into [DIGITS](https://github.com/NVIDIA/DIGITS) for training on a custom image dataset I get the following output: ``` ERROR: Check failed:...

Using the link provided [here](https://github.com/cvjena/cnn-models/blob/master/ResNet_preact/ResNet10_cvgj/model_download_link.txt) I was unable to download the pre-trained weights for the ResNet10 model: ``` $ wget https://upload.uni-jena.de/data/58493041de6f79.63214979/resnet10_cvgj_iter_320000.caffemodel --2019-09-03 18:36:32-- https://upload.uni-jena.de/data/58493041de6f79.63214979/resnet10_cvgj_iter_320000.caffemodel Resolving upload.uni-jena.de (upload.uni-jena.de)... 141.35.105.30, 2001:638:1558:2369:1:5ee:bad:c0de Connecting...

I am on a Windows 10 machine using Anaconda with `fuzzymatcher` installed from PyPI: ``` $ conda list | grep fuzzy fuzzymatcher 0.0.5 pypi_0 pypi fuzzywuzzy 0.18.0 pypi_0 pypi ```...

Thanks for making this Sonos client and sharing as open-source. Very useful! In order to use my account on Google Play Music, I need to register the service with noson....

I am trying to build Caffe as one of the prerequisites for DIGITS and at the step where I use CMake to configure the build: ``` $ cmake .. --...

**High-level problem description** There are many objects for which there are observations in the MPC dataset but when I use the Obs class to query for these I get errors...

bug
Upstream
mpc

When the `VOCIngestor._get_detection` function parses bounding box coordinate values it [decrements the values](https://github.com/umautobots/vod-converter/blob/master/vod_converter/voc.py#L75). Why is this so? For example, if my image is 200 pixels wide and contains a box...

In order to register and upload this to [PyPI](https://pypi.org/) there should be a `setup.py` etc. in order to facilitate the process, as described [here](https://realpython.com/pypi-publish-python-package/). The short version: 1. Get the...