What is the difference between a pytorch model and its executable version?

后端 未结 0 2004
轮回少年
轮回少年 2021-01-25 15:13

I have converted my pytorch model and converted into an executable by using torch.jit.trace. I noticed that for same input, the intermediate outputs of the model and executable

相关标签:
回答
  • 消灭零回复
提交回复
热议问题