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
* update dependencies to include 'omegaconf'
* rewrite deserialization of streams config for omegaconf
* move deserialization of stream configs
* fix streams deserialization
* rewrite deserialization of private config for omegaconf
* rewrite deserialization of overwrite config for omegaconf
* add method to deserialize default config
* consistent names for deserialization methods
* transform methods of Config object into functions
* Change implementation of config object to OmegaConf
* add method to load/create new omega config
* formatting
* fix: create "result" directory if not already present
* fix: set 'Path' as default factory in CLI
Using 'Path' as default factory in CLI instead of 'str' avoids the 'str'-'Path' cast potentially casting 'None' to 'Path' (which fails).
The cast would be needed to comply with the 'Path' | 'None' interface of subsequent methods.
* fix: correctly call 'OmegaConf.to_container'
* fix: change return type of stream deserialization to comply with usage
* remove unused private_conf from call to trainer
* load default config from file instead of setting in code
* make evaluate / train continue compatible
* fix: use -2 to select None as epoch value
* remove redundant options that dont differ from default values
* change load_config to account for evaluation/continue
* use 'load_config' for evaluation/continue
* autoformatting
* reenable --config flag for training
* Small improvements suggested by review.
- docstrings
- pure stylistic code changes
- slightly change logging/exceptions
- improved comments
- pin Omegaconf version
- remove faulty code
* remove default None args
* mark stuff private in `config`
* remove __main__ from `trainer_base`
* rework `load_streams` after comments
* update uv.lock, fix missing adjustment in evaluate
* cosmetic fixes
0 commit comments