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
# Cannot use model.layers.pop() since model is not of Sequential() type
However, it seems to be ok with model.layers.pop() in my case. I checked with model.summary() before and after i used model.layers.pop() and it seemed to work.
The text was updated successfully, but these errors were encountered:
Hi, I noticed you mentioned:
cnn_finetune/resnet_152.py
Line 163 in cba3439
However, it seems to be ok with model.layers.pop() in my case. I checked with model.summary() before and after i used model.layers.pop() and it seemed to work.
The text was updated successfully, but these errors were encountered: