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
The script convert.py is basically a long series of ifs and elifs. The error message means that there is no "if layer_type=='ReLU'". You can add this and the correct line for adding the right caffe layer.
However, there is a "if layer_type=='Activation'" (line 273), so you could change the ReLU layer in your keras code to an activation layer with activation function ReLU.
trying the code with MobileNet, I face the following error;
Is there any fix for this layer?
Cheers,
The text was updated successfully, but these errors were encountered: