-
Notifications
You must be signed in to change notification settings - Fork 13
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 about running code #8
Comments
I use Ubuntu18.04, pycharm, conda, python3.7. |
After setting HYDRA_FULL_ERROR=1
|
Thanks for bringing this up. Re item 1 - Running code.
Re item 2 - Using your own dataset.
|
Thank you very much for your reply!!!
I'm so Sorry that I'm a rookie and know little about Hydra. |
And I don't know why yesterday was another error:
|
In "dyn-gfn-main/dyn-gfn-main/src/training_pipeline.py", line 48 it should be: if config.model["_target_"] == "src.models.velocity_module.TrueGraphLitModule": "_target_" in the model config yaml specifies the which module to use. As an example, for config/model/linear_tcg.yaml: _target_: src.models.parallel_energy_gfn_module.ParallelLinearTrainableCausalGraphGFlowNetModule env_batch_size: 64 |
Thank you for your reply and I see you updated the code. So it looks like here is seven models:
I want to know the difference between these seven models. |
And the second problem is: Now, the default configuration is
But when I run
Looking forward to your reply! Thanks a lot! |
Yes, in general the paper outlines the differences between the models.
This may be a torchdyn version issue. See #9 . |
Thanks! |
hello,
when I run the code by:
python train.py trainer.gpus=0
Terminal output:
so I try to run:
python train.py +trainer.gpus=0
Terminal output:
In addition, I want to know how to use my own dataset.
look forward to your reply! Thanks!
The text was updated successfully, but these errors were encountered: