Hello guys!
I'm a fresh guy learning about deep learning.
Can anybody teach me how i got this issue?
When i run "fuel-convert jpgtgz -d inputdir -o outputdir" for my tar.gz file to make a hdf5 then i got this error but i don't know the reason.....
The terminal only appears this
"
Using gpu device 0: GeForce GTX 1070 (CNMeM is disabled, cuDNN 5105)
/home/jerry/anaconda2/lib/python2.7/site-packages/theano/sandbox/cuda/__init__.py:600: UserWarning: Your cuDNN version is more recent than the one Theano officially supports. If you see any problems, try updating Theano or downgrading cuDNN to version 5.
warnings.warn(warn)
Traceback (most recent call last):
File "/home/jerry/anaconda2/bin/fuel-convert", line 11, in <module>
load_entry_point('fuel==0.2.0', 'console_scripts', 'fuel-convert')()
File "/home/jerry/anaconda2/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/__init__.py", line 565, in load_entry_point
File "/home/jerry/anaconda2/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/__init__.py", line 2598, in load_entry_point
File "/home/jerry/anaconda2/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/__init__.py", line 2258, in load
File "/home/jerry/anaconda2/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/__init__.py", line 2264, in resolve
File "/home/jerry/anaconda2/lib/python2.7/site-packages/fuel-0.2.0-py2.7-linux-x86_64.egg/fuel/bin/fuel_convert.py", line 11, in <module>
from fuel import converters
File "/home/jerry/anaconda2/lib/python2.7/site-packages/fuel-0.2.0-py2.7-linux-x86_64.egg/fuel/converters/__init__.py", line 40
('ilsvrc2010', ilsvrc2010.fill_subparser),
^
IndentationError: unexpected indent
"
Hope someone can answer me for this problem !
Really thanks for your help....