We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm encountering an error while trying to execute the generate.py script with the humanml dataset. Below are the command and the parameters I used:
python generate.py dataset=humanml model_path=./pretrained/humanml_trans_enc_512/model000475000.pt input_text=./assets/example_text_prompts.txt
result:
`******** Using data from the command line
Error executing job with overrides: ['dataset=humanml', 'model_path=./pretrained/humanml_trans_enc_512/model000475000.pt', 'input_text=./assets/example_text_prompts.txt']
Traceback (most recent call last): File "motionfm/generate.py", line 125, in main assert os.path.exists(cfg.input_text) AssertionError
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. `
Any guidance on resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Just define the path cfg.input_text and cfg.model_path in the generate.py, the command line has no effect.
Sorry, something went wrong.
No branches or pull requests
I'm encountering an error while trying to execute the generate.py script with the humanml dataset. Below are the command and the parameters I used:
python generate.py dataset=humanml model_path=./pretrained/humanml_trans_enc_512/model000475000.pt input_text=./assets/example_text_prompts.txt
result:
`******** Using data from the command line
Error executing job with overrides: ['dataset=humanml', 'model_path=./pretrained/humanml_trans_enc_512/model000475000.pt', 'input_text=./assets/example_text_prompts.txt']
Traceback (most recent call last):
File "motionfm/generate.py", line 125, in main
assert os.path.exists(cfg.input_text)
AssertionError
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
`
Any guidance on resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: