-
Notifications
You must be signed in to change notification settings - Fork 260
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
kitti_train.py cannot initialize weights from downloaded data #18
Comments
I downgraded even further to |
Hi, sorry about the versioning trouble. I'm going to try to make it compatible with Keras 2.0 now, so all of this might be moot point, but it looks like I was using Keras 1.2.0 a few commits ahead of the official 1.2.0 release (specifically I was on 3a7cd05b488e327c1adccaaff10c78390d53b5a8) and it worked on that commit and 1.0.8 but not on the official 1.2.0 commit in-between. Sorry about that! Keras 2.0 is supposed to be stable release, so hopefully there won't be these issues in the future once I finish the upgrade. |
@arvoelke got the same error here, I'm trying your solution to downgrade Keras
|
@bill-lotter @arvoelke
|
See cc76248 for downloading weights that are compatible with Keras 2.0. You can also convert old PredNet weights for Keras 2.0 by using |
Hi, I am currently trying to run your model using Python 2.7 and
Theano==0.9.0
(using a GPU withpygpu==0.6.2
). I am skipping the first step (by executingdownload_data.sh
) and going straight to training (python kitti_train.py
).I initially tried using
keras==2.0.2
, but saw this error:Then I noticed you suggest
keras==1.2.0
, so I downgraded, and retried, but saw a different error:Any tips for things I could try? Thanks, Aaron
The text was updated successfully, but these errors were encountered: