Open vincentqb opened 3 years ago
As mentioned in comment, .data<type> is deprecated in favor of .data_ptr<type>. This requires pytorch 1.3+, see release notes.
.data<type>
.data_ptr<type>
As mentioned in comment,
.data<type>
is deprecated in favor of.data_ptr<type>
. This requires pytorch 1.3+, see release notes.