When I execute python inference.py, the inference data loader doesn't consider the override contents.
Why
If I want to excute without error, I have to input command such as pyrhon inference.py CheXpert.root_path="/home/".
I think this function has a center of this issue.
When I print Dataset_cfg, the outputs were not considered the override contents.
How
[ ] Revise the codes that reflect override contents.
What
When I execute
python inference.py
, the inference data loader doesn't consider the override contents.Why
If I want to excute without error, I have to input command such as
pyrhon inference.py CheXpert.root_path="/home/"
. I think this function has a center of this issue.When I print
Dataset_cfg
, the outputs were not considered the override contents.How