hanks for this repo,
I'm launching a training with python 3.10, via pycharm IDE.
when executing:
python train.py --config_file=./config/image_gen_train.yaml
the nominal user would expect image_gen_train.yaml params to be loaded.
However they are NOT.
hanks for this repo, I'm launching a training with python 3.10, via pycharm IDE. when executing:
python train.py --config_file=./config/image_gen_train.yaml
the nominal user would expect
image_gen_train.yaml
params to be loaded. However they are NOT.https://github.com/marcoaversa/diffinfinite/blob/4d2309606e5ce6190828b96f436cfa962ec5d1ec/train.py#L34 this syntax seems uneffective to change local variable. Thus local variable stay unchanged by the config.
relevant stackoverflow : https://stackoverflow.com/questions/30295163/update-locals-from-inside-a-function
env: ubuntu 20 with the below presented docker container python 3.10.11 dockerfile for my developer environment: