Object Detection: load('drop4') error

I am running dl2/pascal-multi.ipynb and I want to load the already created model drop4.
With

learn.load(‘drop4’)

I get this error:
KeyError: 'unexpected key "8.sconv1.conv.weight" in state_dict'

Any thoughts?