openvinotoolkit / training_extensions

Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™

Home Page:https://openvinotoolkit.github.io/training_extensions/

Repository from Github https://github.comopenvinotoolkit/training_extensionsRepository from Github https://github.comopenvinotoolkit/training_extensions

File not found error happens when user runs multiple same comment

jaegukhyun opened this issue · comments

Describe the bug

Steps to Reproduce

  1. 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
  2. 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
  3. 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: