How to fix the RuntimeError: builtin cannot be used as a value (with a dict) when creating checkpoints from jit in pytorch?

前端 未结 0 2044
天涯浪人
天涯浪人 2021-02-13 05:02

I want to compile arbitrary nn modules using jit.

In my code I compare my value to a dict and it throws an error.

        """
        if typ         


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