Skip to content
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

Open
biubiuisacat opened this issue Jun 13, 2022 · 3 comments
Open

Stuck at Resetting ThorEnv #13

biubiuisacat opened this issue Jun 13, 2022 · 3 comments

Comments

@biubiuisacat
Copy link

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!

@JinyeonKim
Copy link

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.
I also got through this problem, and I changed to another computer with having 2080 TI GPU.
I finally solved this problem and ran the code.

@biubiuisacat
Copy link
Author

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. I also got through this problem, and I changed to another computer with having 2080 TI GPU. I finally solved this problem and ran the code.

Thank you very much!

@Roadsong
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants