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
Thanks for the library!
Now the code takes an nn.Module and visualizes the forward pass;
Inside, it explicitly uses torch.no_grad.
However, if the forward pass of a module has autograd.grad inside, the library will fail.
Is it possible to modify the the library to allow for such use cases?
Thanks for the library!
Now the code takes an nn.Module and visualizes the forward pass;
Inside, it explicitly uses torch.no_grad.
However, if the forward pass of a module has autograd.grad inside, the library will fail.
Is it possible to modify the the library to allow for such use cases?
Simple example is attached.
The text was updated successfully, but these errors were encountered: