-
Notifications
You must be signed in to change notification settings - Fork 554
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
Error while running bash command: run_sample_video.sh | Error: "TypeError: missing a required argument: 'segment_ids'" #77
Comments
Seeing the same error. Commit 97ae4b6 works for me on GPU |
@gabeweisz I get the following error: This is our google colab, do you mind taking a look and telling us changes should be made to run this model. https://colab.research.google.com/drive/1Bx-wRzOspvq5JLctNKRHwHq-vIgw7wlv?usp=sharing |
For the version of the repo I pointed you to, it works for me using Jax 0.4.25 and with flax==0.8.2 and chex==0.1.86 I'm not part of your google collaboration, but maybe the authors of this project will chime in with more information |
So for gpus you used Commit 97ae4b6 and solely followed the instructions for that specific version? Or did you run some other commands? Also, do you mind showing me your entire requirements txt file? The versions in the requirements.txt from 97ae4b6 are different from what you mentioned. I am struggling to get this working with my gpu. |
I used commit 97ae4b6 and did not change anything. I installed packages using the requirements.txt in that commit, and then updated the two packages that I mention above manually using pip. I most likely have a different GPU than you do, but this is what worked for me. |
The newest commit (b8e3602) fixes this error for me. |
I receive this error when i run this bash command: !bash LWM/scripts/run_sample_video.sh. I have followed all the direction listed in the repo.
Would appreciate some help here.
The text was updated successfully, but these errors were encountered: