DeepLearningImageCaptcha icon indicating copy to clipboard operation
DeepLearningImageCaptcha copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'model.pkl'

Open GitYesm opened this issue 2 years ago • 1 comments

How can solve this question?

GitYesm avatar Feb 22 '23 13:02 GitYesm

可以尝试将setting文件中将路径代码设置为“ EVAL_DATASET_PATH = 'dataset' + os.path.sep + 'eval' TRAIN_DATASET_PATH = 'dataset' + os.path.sep + 'train'

” 并创建文件“model.pkl”

MR-Hgithub avatar Feb 16 '24 23:02 MR-Hgithub