c0ding4ever
c0ding4ever
I ran the script above (using `Viewer()`) on my local machine and it worked:  Then, I tried running my script on the server using `RemoteViewer(host="127.0.0.1")` and got the same...
> To resolve this issue, I remembered reinstalling torch, torchvision, and torchaudio directly after activating the virtual environment. But yes, the dependency requirements are not accurate. So I had to...
Update: I managed to resolve the issue with the following script: ``` model_path = './SMPL_FEMALE.pkl' save_path = './SMPL_FEMALE.pth' with open(model_path, 'rb') as f: state_dict = pickle.load(f, encoding='latin1') torch.save(state_dict, save_path) ```...
No, unfortunately the problem persists. I made several attempts, and every time it ran for more than 10 hours on an A6000 and terminated while still loading (as shown above).
Yes, NQ and HotpotQA both finished running. Only MS-MARCO didn't work.
Yes that might be the case. Thank you for looking into this! I do not have access to A100 so I cannot test it out. Maybe someone else working with...