Skip to content
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

Error in Training conv-nets #16

Open
YubinXie opened this issue Jan 12, 2018 · 1 comment
Open

Error in Training conv-nets #16

YubinXie opened this issue Jan 12, 2018 · 1 comment

Comments

@YubinXie
Copy link

YubinXie commented Jan 12, 2018

Hi, I was using your example code to run the DeepCell. However, I got error in the Training conv-nets .

It seems the error is from:

 from model_zoo import bn_feature_net_61x61 as the_model
 model = the_model(n_channels = 2, n_features = 3, reg = 1e-5)

ValueError: negative dimensions are not allowed
@YubinXie
Copy link
Author

YubinXie commented Jan 13, 2018

At the end, I noticed that it is a keras version problem. It seems the author was using keras 1 while the codes provided install the latest version, which is keras 2.

pip install keras==1.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant