-
Notifications
You must be signed in to change notification settings - Fork 181
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
Getting warning while Training neural net #75
Comments
Is this an error or just a warning? And is this when running using a GPU or without a GPU? |
After this the training stopped, so I'll take that as error. |
Maybe just need to update tflearn? This looks fixed upstream: tflearn/tflearn#523 |
@jmontrose @andrewljohnson can you explain a bit more ? |
@sahil210695 are you pointing out that the issue in tflearn#523 seems to be coming from tf 0.12.0 compatibility? That's a good point. I found that issue trying to track down the source of the message itself (meaning to dump a stack trace)
|
But I'm not getting it. |
@andrewljohnson I'm not getting the output except these warnings. could you please tell me how to check for output ??? |
Here is my data/way_bitmaps dir. Looks like it's failing before it renders the jpegs?
|
@jmontrose root@4881763ee755:/DeepOSM/data/generated# find way_bitmaps/ |
I met this issue also, ran the container on Linux CentOS 7, no GPU. |
@andrewjavao No success till now. |
@andrewljohnson We've been stuck in this issue for weeks, have u somehow figure it out? |
I think this should be fixed, but it's just a warning. The more relevant error is #79 |
Getthing this while running the train_neural_net.py
WARNING:tensorflow:Error encountered when serializing data_augmentation.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'NoneType' object has no attribute 'name'
WARNING:tensorflow:Error encountered when serializing summary_tags.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'dict' object has no attribute 'name'
WARNING:tensorflow:Error encountered when serializing data_preprocessing.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'NoneType' object has no attribute 'name'
The text was updated successfully, but these errors were encountered: