Resolve "hparams being set and updated"
Closes #98
Edited by Florian Oppermann
Merge request reports
Activity
Filter activity
changed milestone to %New ProLoaF version v0.2.2 in master-->github and pip
assigned to @florian.oppermann
added 2 commits
I added a
config_patcher.py
that does the necessary transformation for the config. CLI is the same as for the other scripts with the added feature that you can dopython config_patcher.py -c <folder relative to project folder>
and all the theconfig.json
files in that folder will be found recursivly and converted. Tuning configs are found by the defined path in the main config. The old configs will be preserved (they are gone if you patch twice) with an_old
added to their name, in case there is something i haven't thought of.mentioned in commit 89ea4b51
Please register or sign in to reply