You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: