soyeonm / FILM

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

errors to run main.py #20

Closed 1625368821 closed 2 years ago

1625368821 commented 2 years ago

I'm unable to run the main.py code provided in the guide. I followed the guide and tried to run it on a machine a 8G GPU.

All steps works as expected until I tried to run.I tried for a long time but i couldn't solve the errors. image image

soyeonm commented 2 years ago

Hi, this looks like a dependency error. You can use the docker image I made by trying

docker pull symin95/combined_alfred_ogn:latest

as written here: https://github.com/soyeonm/FILM/tree/public/miscellaneous

If you can't use the docker image itself, I can provide you the dockerfile too.

1625368821 commented 2 years ago

I'm sorry I can't use the docker as follow.I will appreciate if you can provide me the dockerfile. image

1625368821 commented 2 years ago

Hi,I find I can run sudo docker pull symin95/combined_alfred_ogn:latest.Thanks.But I find I have not mang modules after using the docker as follow when I run the main.py. image image

soyeonm commented 2 years ago

Hi, In fact there is already the Dockerfile in this repo; but it's likely that you will face dependency errors when you try to build the image. In the meantime, please try the docker image here: https://hub.docker.com/repository/docker/symin95/may30_gcc_2 as well.

I will prepare a new dockerfile soon

1625368821 commented 2 years ago

Hi,thanks for your reply.And I feel like I can run the main.py.But I find I only have an 8GB GPU that I can use and report the following error.Do you know how to run the main.py without changing the GPU.Thanks again for you reply. image

Acejoy commented 10 months ago

Hi,thanks for your reply.And I feel like I can run the main.py.But I find I only have an 8GB GPU that I can use and report the following error.Do you know how to run the main.py without changing the GPU.Thanks again for you reply. image

Hey, were you able to run the main.py? I have a 4GB GPU myself and I too have the same problem of getting Insufficient GPU memory error. How were you able to bypass this?