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
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
TBPTTIter.split_length() gives following error
"TypeError: mul(): argument 'other' (position 1) must be Tensor, not list"
while trying
"seq = [self.seq_len] * (seq_size / self.seq_len)"
It only makes sense to me that line raises that error.
Does that line work well for others?
I mean, that could have been caused by pytorch version mismatch but it's hard to believe that line works well for other versions of pytorch.
I'm confused if I should work on setting the right environment or fix that function to solve that error.
The text was updated successfully, but these errors were encountered:
TBPTTIter.split_length() gives following error
"TypeError: mul(): argument 'other' (position 1) must be Tensor, not list"
while trying
"seq = [self.seq_len] * (seq_size / self.seq_len)"
It only makes sense to me that line raises that error.
Does that line work well for others?
I mean, that could have been caused by pytorch version mismatch but it's hard to believe that line works well for other versions of pytorch.
I'm confused if I should work on setting the right environment or fix that function to solve that error.
The text was updated successfully, but these errors were encountered: