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
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.
diffinfinite/train.py
Line 34 in 4d23096
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:
The text was updated successfully, but these errors were encountered: