-
Notifications
You must be signed in to change notification settings - Fork 92
[BUG] missing mode in checkpoint_config? #153
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingtrainingRelating to the training pipelineRelating to the training pipeline
Description
Describe the bug
lightning_fabric.utilities.exceptions.MisconfigurationException: mode can be min, max but got None
To Reproduce
Steps to reproduce the behavior. If possible please include:
- A
runner.ymlfile with custom configuration settings if one was used
- Comand line arguments used.
-default
Expected behavior
A clear and concise description of what you expected to happen.
With the attached yml it works, but had to add to the example jsons , the following in order to get it to run;
checkpoint_config:
mode: min
is this missing from the example.ymls (finetune_x.yml?) - or is there a pl version mismatch?
OpenFold Consortium Members⭐️: Please make use of the OpenFold Consortium Member label on your issue report for expedited support!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtrainingRelating to the training pipelineRelating to the training pipeline