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 so much for providing the repo. At the moment, it seems that the code can't deal with PyTorch models that call internal methods inside the forward method. I think it would be a great feature if such models could be supported in the future.
Here is an example model, that wouldn't work (assuming that I use the code correctly):
Hey,
thanks so much for providing the repo. At the moment, it seems that the code can't deal with PyTorch models that call internal methods inside the
forward
method. I think it would be a great feature if such models could be supported in the future.Here is an example model, that wouldn't work (assuming that I use the code correctly):
The reference to the method
_int_forward
is not considered in the functionhamiltorch.util.make_functional
.Again, thanks for the great repo,
Christian
The text was updated successfully, but these errors were encountered: