Closed muxgt closed 4 years ago
It is because that you use pytorch>=1.2, while the guys made ByteTensor deprecated. However, when I make this change, then the required version of this repo will be >=1.2.
I have push a commit to solve this, please check!
Thanks a lot for such a speed! New commit gave error at line 160 in (1 - self.mask_global) saying it doesn't support subtraction in bool so I changed this to ~self.mask_global in line 160 and 177 and now it's working. Thanks again!
Hi @Zhaoyi-Yan! I'm training your model in Google Colab. When starting it floods the screen with user warnings during all training. Like this: It is overloading the memory. How can I remove it? Or at least shut it down.