soyeonm / FILM

Official repository of ICLR 2022 paper FILM: Following Instructions in Language with Modular Methods
114 stars 27 forks source link

Stuck at Resetting ThorEnv #13

Open biubiuisacat opened 2 years ago

biubiuisacat commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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