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:
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?