-
Notifications
You must be signed in to change notification settings - Fork 22
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
KeyError: 'model_id' #6
Comments
same |
I've solved this. Two problems potential:
In your log, it's clear that you install not the correct way.
This shows that you are using cpu And xformers and huggingface may not working. In my case this hints 2.3.0+cu121 and python 3.12 |
I have met the same question, but i do not know how to deal with it. The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Same problem. Without Xformer errors and exactly the same error as Leonever. |
Same question as Leonever, without Xformer errors. |
|
That is due to the problem within the package 'lightning' or 'pytorch-lightning'. |
Hi, I am trying to run the model on my local machine (windows 10 PC with AMD Ryzen 5 CPU, Nvidia 2060S GPU). I dont need to train the model, just to try and run with last checkpoint.
I try to run this the following way: python main.py predict --data=Matterport3D --model=PanFusion --ckpt_path=last
I get the following error traceback
The text was updated successfully, but these errors were encountered: