deepcopy raised NonType issue

#2
by hongdage - opened

(Pdb) type(model)
<class 'timm.models.resnet.ResNet'>
(Pdb) aaa = deepcopy(model)
*** TypeError: 'NoneType' object is not callable

Sign up or log in to comment