DeepLearningImageCaptcha icon indicating copy to clipboard operation
DeepLearningImageCaptcha copied to clipboard

DeepLearning Image Captcha

Results 4 DeepLearningImageCaptcha issues
Sort by recently updated
recently updated
newest added

在执行步骤三: ```bash python train.py ``` 出现下面的错误 ```python epoch: 0 step: 0 loss: 0.7400339245796204 Traceback (most recent call last): File "L:\Projects\chapter8\DeepLearningImageCaptcha\train.py", line 49, in main() File "L:\Projects\chapter8\DeepLearningImageCaptcha\train.py", line 39, in main...

因为 eval_acc > max_eval_acc 这个条件必然为Ture,所以每次eval的模型都会保存为best model

Traceback (most recent call last): File "D:\DeepLearningImageCaptcha\DeepLearningImageCaptcha-master\predict.py", line 39, in main() File "D:\DeepLearningImageCaptcha\DeepLearningImageCaptcha-master\predict.py", line 20, in main for i, (images, labels) in enumerate(predict_dataloader): File "D:\fsy\Anaconda3\lib\site-packages\torch\utils\data\dataloader.py", line 628, in __next__ data...