-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update smart-arg to 0.1.1 (relevant changes: 1. now the argpaser override fields start with a double-underscore: private to discourage such usage; avoid conflict with built-in attr, such as _asdict; 2. use __post_init__ instead of __late_init__, to align with dataclasses, as well as supporting in-place mutation within __post_init__ at initialization time. 3. removed namespace for simplicity); * Move `if hparams.ftr_ext != 'cnn': hparams.filter_window_sizes = [0]` to `__post_init__`
- Loading branch information
Showing
3 changed files
with
33 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters