File not found error happens when user runs multiple same comment
jaegukhyun opened this issue · comments
Describe the bug
Steps to Reproduce
- Run otx train --config ./src/otx/recipe/detection/atss_mobilenetv2.yaml --data_root ../data/ote_val/bccd/ --max_epochs 10 --work_dir otx-workspace/atss/ --seed 5 --deterministic True
- Run otx train --config ./src/otx/recipe/detection/atss_mobilenetv2.yaml --data_root ../data/ote_val/bccd/ --max_epochs 10 --work_dir otx-workspace/atss/ --seed 5 --deterministic True ==> At this time user get different accuracy with first trial since it loads weights from work_dir
- Run otx train --config ./src/otx/recipe/detection/atss_mobilenetv2.yaml --data_root ../data/ote_val/bccd/ --max_epochs 10 --work_dir otx-workspace/atss/ --seed 5 --deterministic True ==> At this time user get FileNotFoundError
Environment:
- OS:
- Framework version:
- Python version:
- OpenVINO version:
- CUDA/cuDNN version:
- GPU model and memory: