-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'NoneType' object has no attribute 'keys' #13
Comments
same here too |
Same here, were you guys able to fix this? |
Getting the same error. Has this been fixed yet? |
@llSourcell do you know what causes this problem? |
Same here but looks like the repo is dead |
You can use the latest tensorflow under ubuntu and python27, In fact, this is an official example of tensorflow https://github.com/tensorflow/hub/tree/master/examples/image_retraining, I have successfully built the official tutorial. |
This happens because the folder hierarchy isn't correct. Instead of having your data in Once this is fixed you will get more errors, but not the same errors. Using the official tutorial is probably easier (EDIT: https://github.com/tensorflow/hub/tree/master/examples/image_retraining ) |
you have to give the full path of your classifier folder without the trailing / |
hello how to deal this bug? |
This is not a Bug. Its related to the full path including the /data folder. |
Hey! Take care of the empty spaces between the directory names and it will work. Even the space between --image_directory=/your/path/to/training/folder/here |
Made commands as root
Folders structure:
I honestly dont know why im getting this error
EDIT: It was without the
data
folderThe text was updated successfully, but these errors were encountered: