You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the evaluation. In the run_generate_trajs.sh script, what should I fill in the FEATURE_CACHE? Is it the directory for the generated trajectory or the cached dataset? Because it seems if I fill it with empty directory, the val_data will also be empty.
Another question: I tried to fill in the FEATURE_CACHE with cached dataset, but I got the following error in the trainer.test:
lightning_fabric.utilities.exceptions.MisconfigurationException: No test_step() method defined to run Trainer.test.
Any help would be appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the good work.
I have a question regarding the evaluation. In the
run_generate_trajs.sh
script, what should I fill in theFEATURE_CACHE
? Is it the directory for the generated trajectory or the cached dataset? Because it seems if I fill it with empty directory, theval_data
will also be empty.Another question: I tried to fill in the
FEATURE_CACHE
with cached dataset, but I got the following error in thetrainer.test
:lightning_fabric.utilities.exceptions.MisconfigurationException: No test_step() method defined to run Trainer.test.
Any help would be appreciated. Thank you.
The text was updated successfully, but these errors were encountered: