-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fitting DGP throws ValueError with 2 training frames #9
Comments
Hi Thanks for this feedback. One question: are these two training frames labeled or not? Like one is labeled but one doesn't have a label? Or both have labels. |
This is the case where the both have labels! |
This is a bit weird. Could you post the entire error message? I'd like to see where the error is generated. |
Unfortunately all I have is the output in the file attached above (DATASET_NAME_raw_data.zip_STATUS (5).json.txt)- this separates stdout and stderr, but both should be listed in their entirety there! |
Usually that happens when the size of joint_loc_full is wrong. But it's weird that this happens when both frames are labeled. I think it might be helpful if you could print out the shape of joint_loc_full. |
When running the run_dgp_demo.py script with two training frames, fitting DGP with labeled and unlabeled frames throws the following error:
ValueError: all the input array dimensions except for the concatenation axis must match exactly
The error occurs if running in test mode or not:
python "demo/run_dgp_demo.py" --dlcpath "path/to/model"
orpython "demo/run_dgp_demo.py" --dlcpath "path/to/model" --test
It does not occur if I increase the number of training frames to 4 or greater. I am using a fork of the dgp repo, forked from commit 0c5d91b, running on Ubuntu 18.04.4 LTS with a Tesla V100 GPU on Amazon AWS. I've attached the full stdout and stderr logs below.
DATASET_NAME_raw_data.zip_STATUS (5).json.txt
The text was updated successfully, but these errors were encountered: