HawkAaron / warp-transducer

A fast parallel implementation of RNN Transducer.
Apache License 2.0
307 stars 124 forks source link

Update pytorch data pointer #83

Open vincentqb opened 3 years ago

vincentqb commented 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.