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
These give a detailed description of all the input tensors into compile. I recently used this to aid me in constructing a minimal test case where input size/stride details were important. Maybe a good way to render these is to transform them into equivalent PyTorch code that would construct them, perhaps by using MetaConverter directly (which is what these are fed into). Note that view_func was not successfully serialized, so you need to do something funny instead for that...
The text was updated successfully, but these errors were encountered:
Sample:
These give a detailed description of all the input tensors into compile. I recently used this to aid me in constructing a minimal test case where input size/stride details were important. Maybe a good way to render these is to transform them into equivalent PyTorch code that would construct them, perhaps by using MetaConverter directly (which is what these are fed into). Note that
view_func
was not successfully serialized, so you need to do something funny instead for that...The text was updated successfully, but these errors were encountered: