Issue: Converting model from pytorch to relay model

Be careful with making such claims :slightly_smiling_face: Actually PT frontend is fairly good and I can generally recommend it for PT users.

@popojames You are probably using torch.jit.script, since dict construction has nothing to do with jit. You should use torch.jit.trace.

2 Likes