DeepLearningImageCaptcha
DeepLearningImageCaptcha copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'model.pkl'
How can solve this question?
可以尝试将setting文件中将路径代码设置为“ EVAL_DATASET_PATH = 'dataset' + os.path.sep + 'eval' TRAIN_DATASET_PATH = 'dataset' + os.path.sep + 'train'
” 并创建文件“model.pkl”