-
Notifications
You must be signed in to change notification settings - Fork 470
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
has anyone tried the mobileNet on KITTI dataset #75
Comments
Has started training successfully, following the steps:
|
Thank you. This was very valuable advice to me! |
i download pretrained weight from the README.md, but got loss nan. what is the problem do you know? |
python2 will be fine |
@lijunhong5457 do you mean, after using python2 instead of python3, the nan loss error vanished? |
yes, when change python3 to python2 , there is no problem to train it. |
Thanks for letting me know that, @lijunhong5457 . But I am still facing InvalidArgumentError due to NaNs in the histograms. Have you ever faced that? Here is a snippet.
|
@Santara I think that your checkpoint was improperly modified, resulting in incorrect initial parameter loading. For checkpoint, don't add new lines or spaces manually, just modify them on the original basis. But the premise is that you modify the path so that the program can find the model. |
@Santara when you get loss nan, you should clear train_dir to avoid that program load wrong parameter. |
Thank you for all the help, @lijunhon - but even after doing everything you suggested, I am still getting NaN in summary histograms. Is it because I am running on a CPU? It should not be, right? |
When set up the configurations for train_mobilenetdet_on_kitti.sh, where is the model file to restore? use the offical released versions from here(https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md) would be OK? For example:
The text was updated successfully, but these errors were encountered: