Closed zhumakhan closed 1 year ago
@guillesanbri I have some confusion: should resnet18 be implemented using ivy functional OR can I just load resent18 from torch.hub as in the above example?
The idea is to transpile existing models, you don't have to write one in Ivy 🙂
For reference, this is the code we have in the tests regarding this model :slightly_smiling_face: