Be careful with making such claims 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
.