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
Hello. I tried to import SPP in my model with RNN. I build it and my model.fit function is working. System learned. But in System testing stage, which i call in different function after model learned finished and model saved, in "model.predict" command, i got error. that error is:
Unknown layer: SpatialPyramidPooling
I run test_spp.py file and it worked. In my model, what should i do?
Thanks
The text was updated successfully, but these errors were encountered:
Hello. I tried to import SPP in my model with RNN. I build it and my model.fit function is working. System learned. But in System testing stage, which i call in different function after model learned finished and model saved, in "model.predict" command, i got error. that error is:
Unknown layer: SpatialPyramidPooling
I run test_spp.py file and it worked. In my model, what should i do?
Thanks
The text was updated successfully, but these errors were encountered: