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 trying to run inference on the trained model using the test.py script but first there's an error on ordered dict iteritems() method which should be chnaged into items() and the other thing is that there are a lot of mismatches when loading the weighst into the model. Here's a screenshot:
Any ideas how to resolve those?
The text was updated successfully, but these errors were encountered:
Hi, I was trying to run inference on the trained model using the
test.py
script but first there's an error on ordered dictiteritems()
method which should be chnaged intoitems()
and the other thing is that there are a lot of mismatches when loading the weighst into the model. Here's a screenshot:Any ideas how to resolve those?
The text was updated successfully, but these errors were encountered: