zhoubolei / TRN-pytorch

Temporal Relation Networks
http://relation.csail.mit.edu/
Other
787 stars 190 forks source link

TypeError: unsupported format string passed to torch.cuda.FloatTensor.__format__ #58

Open AndyStrongBoy opened 5 years ago

AndyStrongBoy commented 5 years ago

when I execute "main.py" script, I encounter with this error: "TypeError: unsupported format string passed to torch.cuda.FloatTensor.format" 捕获 I have no idea how to deal with it. Do you know how to solve the problem? Thank you!