Closed stanleyshly closed 3 years ago
Training Performance around 2x as slow, needs further modifications
Even though this repo does not support Pytorch 1.1.0 officially, I modified the code to work with Pytorch 1.10 by changing some operations to inplace=False. It does increase memory usage a tad bit though, around 2400 MB to 2700 MB, so ideally if a better solution exists, it would be better, but this does work for now.
Could you tell me where you change about the inplace operation? I met the same bug.
Even though this repo does not support Pytorch 1.1.0 officially, I modified the code to work with Pytorch 1.10 by changing some operations to inplace=False. It does increase memory usage a tad bit though, around 2400 MB to 2700 MB, so ideally if a better solution exists, it would be better, but this does work for now.