mailvijayasingh
Results
2
issues of
mailvijayasingh
Thanks for creating the repo. Can you please explain lines 60-64 of fcn.py? score_pool4 = score_pool4[:, :, 5:5 + score2.size(2), 5:5 + score2.size(3)] score16 = self.score16(score2 + score_pool4) x =...
Copying the issue link that I had posted on dlrm repo: https://github.com/facebookresearch/dlrm/issues/346#issue-1687587014 The content goes here: I tried to use torchsnapshot to save checkpoints of the model in torchrec implementation....