Ian Dewancker

Results 11 comments of Ian Dewancker

Sure, I ran this command : `./neon/neon/data/batch_writer.py --set_type cifar10 --data_dir "data" --macro_size 10000 --target_size 40` from '/home/ubuntu' dir, where the neon repo is also checked out. Then in an ipython...

Hmm maybe got further: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 train = ImageLoader(set_name='train', shuffle=True, do_transforms=True, **imgset_options) /usr/local/lib/python2.7/dist-packages/neon/data/imageloader.pyc in __init__(self, repo_dir, inner_size, scale_range, do_transforms, rgb,...

I'm trying to run this on an AWS g2.2xlarge machine, which uses a GK104GL [GRID K520] from NVIDIA. pycuda version looks to be 2016.1 `[5]: pycuda.VERSION Out[5]: (2016, 1)` get...

This was my install script if that is helpful ``` sudo apt-get update && sudo apt-get -yq upgrade sudo apt-get install python-dev sudo apt-get install -y libopencv-dev python-opencv libhdf5-dev #sudo...

Thanks for the help! Any chance an earlier version of neon might work better with the Kepler GPUs?

@lesteve added some tests and ensured that batch size placeholders are returned on job consumption in the event of a timeout. Let me know if you think anything else needs...

@ogrisel I know you were interested in this change as well. Any chance we can merge it in?

@lesteve good suggestions I can think about creating a wrapper class. @GaelVaroquaux it seems like a natural extension for supporting timeouts to me, but I am happy to hear others...

@lesteve yep, I have some time to address those concerns. Will update PR shortly

If anyone is looking to download the full YCB-V dataset we have a hosted version in S3 and can give you access. Just reach out to [email protected] with subject :...