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
In the "Tensorflow model definition" section, the parameters are taken from torch:
(params = {k: v.numpy() for k,v in torch.load('wide-resnet-50-2-export.pth').items()})
Hi,
In the "Tensorflow model definition" section, the parameters are taken from torch:
(params = {k: v.numpy() for k,v in torch.load('wide-resnet-50-2-export.pth').items()})
How can I run this without using torch?
Thanks!