szagoruyko/functional-zoo

need torch in order to run "Tensorflow model definition"

jennyzu opened this issue · 0 comments

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!