-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at Resetting ThorEnv #13
Comments
I find the solution. You need to install "conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.2 -c pytorch" in your Conda environment. If it does not work after installing, it means that your GPU does not match with that environment. |
Thank you very much! |
Hi I faced the similar issues here on a machine without GPU (just want to quickly check the model). It is possible to run the code without a GPU? @JinyeonKim @biubiuisacat |
The process is stuck here. Could you please give me some advice?
ThorEnv started.
/data0/anaconda3/envs/film37/lib/python3.7/site-packages/torchvision/transforms/transforms.py:258: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
"Argument interpolation should be of type InterpolationMode instead of int. "
instruction goal is examine a grey bowl in the light of a lamp
self.goal_idx2cat is {0: 'Knife', 1: 'SinkBasin', 2: 'ArmChair', 3: 'BathtubBasin', 4: 'Bed', 5: 'Cabinet', 6: 'Cart', 7: 'CoffeeMachine', 8: 'CoffeeTable', 9: 'CounterTop', 10: 'Desk', 11: 'DiningTable', 12: 'Drawer', 13: 'Dresser', 14: 'Fridge', 15: 'GarbageCan', 16: 'Microwave', 17: 'Ottoman', 18: 'Safe', 19: 'Shelf', 20: 'SideTable', 21: 'Sofa', 22: 'StoveBurner', 23: 'TVStand', 24: 'Toilet', 25: 'Bowl', 26: 'FloorLamp', 29: 'None'}
Resetting ThorEnv
Thanks!
The text was updated successfully, but these errors were encountered: