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
And I have "AttributeError: 'tuple' object has no attribute 'clone' ". But output of the model is not tuple, this is tensor. Can it work improperly if in forward proragation list is used?
The text was updated successfully, but these errors were encountered:
I run following script:
from PyTransformer.transformers.torchTransformer import TorchTransformer
transformer = TorchTransformer()
dot = transformer.visualize(self.model, input_tensor = batch['input'], save_name = "/datasets/fig2")
And I have "AttributeError: 'tuple' object has no attribute 'clone' ". But output of the model is not tuple, this is tensor. Can it work improperly if in forward proragation list is used?
The text was updated successfully, but these errors were encountered: