seoulsky-field / CXRAIL-dev

CXRAIL-dev
MIT License
7 stars 0 forks source link

Hotfix: Inference data loading doesn't reflect override contents #96

Open seoulsky-field opened 1 year ago

seoulsky-field commented 1 year ago

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.

스크린샷 2023-02-10 오후 3 19 17

When I print Dataset_cfg, the outputs were not considered the override contents.

스크린샷 2023-02-10 오후 3 20 22


How