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 wrote a custom trainer (modifying the forces_trainer.py file) and registered it under a new name, then passed it in to my config. However, this processing line overwrites whatever the true trainer name was in the config to "forces" or "energy", based on the task. The code still uses the correct trainer, but this is slightly confusing behavior from a logging perspective, such looking at wandb logs to verify which trainer was actually used in a given run. Thanks!
The text was updated successfully, but these errors were encountered:
I wrote a custom trainer (modifying the forces_trainer.py file) and registered it under a new name, then passed it in to my config. However, this processing line overwrites whatever the true trainer name was in the config to "forces" or "energy", based on the task. The code still uses the correct trainer, but this is slightly confusing behavior from a logging perspective, such looking at wandb logs to verify which trainer was actually used in a given run. Thanks!
The text was updated successfully, but these errors were encountered: