Saksham Adhikari

Results 2 issues of Saksham Adhikari

https://github.com/sapientinc/HRM/issues/28 The core issue was a bug in the original HRM source code that made it incompatible with modern versions of PyTorch. The error message AttributeError: module 'torch.nn' has no...

When running the pretrain.py script with a recent version of PyTorch, the training fails with an AttributeError because the code incorrectly uses nn.Buffer(...) instead of the correct self.register_buffer(...) method. This...