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
How can I use the pretrained model to test?
I use
model = Trainer(gpu_ids, mode, pretrained_path)
model.load(pretrained_path)
but error
'NoneType' object has no attribute 'forward'
thanks
The text was updated successfully, but these errors were encountered:
How can I use the pretrained model to test?
I use
model = Trainer(gpu_ids, mode, pretrained_path)
model.load(pretrained_path)
but error
'NoneType' object has no attribute 'forward'
thanks
The text was updated successfully, but these errors were encountered: