Replies: 2 comments
-
|
Hey @i-aki-y, you are right. If you want to change We are planning to refactor the config system. Please keep an eye on MMEngine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@LeoXing1996 Thank you for your clarification, I got it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the dev-branch (1.x), I noticed that some config files have a save_dir variable that is not used anywhere in the same config file.
ex:
swinir/swinir_gan-x4s64w8d6e180_8xb4-lr1e-4-600k_df2k-ost.py
dim/dim_stage2-v16-pln_1xb1-1000k_comp1k.py
...
I think it expects to overwrite the save_dir in base/default_runtime.py, but the config mechanism does not support such a function that overwrites the parent config's local variable as far as I know.
Should not the config files, including unused save_dir definition, be fixed in the following ways?
Beta Was this translation helpful? Give feedback.
All reactions