Closed dennisushi closed 2 years ago
Hi,
The models are missing.
python3 train.py FileNotFoundError: [Errno 2] No such file or directory: 'models'
python3 train.py
FileNotFoundError: [Errno 2] No such file or directory: 'models'
Fixed it by copying the models folder in evaluation to the root directory where I assume it should be.
models
evaluation
Hi,
The models are missing.
python3 train.py
FileNotFoundError: [Errno 2] No such file or directory: 'models'