You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to apply this tool to pytorch, but the unpacking list comprehensions may cause issue with codebase as torch.jit.script doesn't have full generator support and the compiler may complain. There doesn't appear to be a way to turn off this fixit either, adding an option to do so would be helpful: pytorch/pytorch#94040
The text was updated successfully, but these errors were encountered:
I wanted to apply this tool to pytorch, but the unpacking list comprehensions may cause issue with codebase as torch.jit.script doesn't have full generator support and the compiler may complain. There doesn't appear to be a way to turn off this fixit either, adding an option to do so would be helpful: pytorch/pytorch#94040
The text was updated successfully, but these errors were encountered: