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, does anyone knows the specific module version for Tensorflow and Keras that being used here? I faced several issues that looks like a module vers problem, such as: module 'keras.backend' has no attribute 'image_dim_ordering'
when I tried to instantiate the classification layer with classifier = classifier_layer(shared_layers, roi_input, C.num_rois, nb_classes=len(classes_count)) command.
I haven't even started the training phase thou, does anyone have any suggestion?
The text was updated successfully, but these errors were encountered:
Hi, does anyone knows the specific module version for Tensorflow and Keras that being used here? I faced several issues that looks like a module vers problem, such as:
module 'keras.backend' has no attribute 'image_dim_ordering'
when I tried to instantiate the classification layer with
classifier = classifier_layer(shared_layers, roi_input, C.num_rois, nb_classes=len(classes_count))
command.I haven't even started the training phase thou, does anyone have any suggestion?
The text was updated successfully, but these errors were encountered: