Control-derek

Results 2 comments of Control-derek

@sci-m-wang you can disable Dynamo error suppression by ``` import torch._dynamo torch._dynamo.config.suppress_errors = True ```

> [@sci-m-wang](https://github.com/sci-m-wang) you can disable Dynamo error suppression by > > ``` > import torch._dynamo > torch._dynamo.config.suppress_errors = True > ``` If this doesn't work, try disabling the dynamic graph...