We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
main branch https://github.com/open-mmlab/mmocr
sys.platform: linux Python: 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:53:27) [GCC 9.4.0] CUDA available: True MUSA available: False numpy_random_seed: 2147483648 GCC: gcc (GCC) 7.3.0 PyTorch: 2.1.0 PyTorch compiling details: PyTorch built with:
TorchVision: 0.16.0 OpenCV: 4.8.0 MMEngine: 0.10.4 MMOCR: 1.0.1+
python tools/train.py configs/textrecog/master/master_resnet31_12e_st_mj_sa.py
[Attention] The same custom dataset val with master model seems normal, while svtr extremely low. Epoch(train) [1][14000/14111] lr: 9.3503e-05 eta: 1 day, 8:06:25 time: 0.8898 data_time: 0.3493 loss: 0.2368 loss_ctc: 0.2368 2024/07/22 21:38:20 - mmengine - INFO - Exp name: svtr-tiny_20e_st_mj_20240722_180223 2024/07/22 21:38:20 - mmengine - INFO - Saving checkpoint at 1 epochs 2024/07/22 21:38:51 - mmengine - INFO - Epoch(val) [1][55/55] CUSTOM/recog/word_acc: 0.0366 CUSTOM/recog/word_acc_ignore_case: 0.3671 CUSTOM/recog/word_acc_ignore_case_symbol: 0.3671 CUSTOM/recog/char_recall: 0.6272 CUSTOM/recog/char_precision: 0.7640 data_time: 0.1190 time: 0.5231
No response
The text was updated successfully, but these errors were encountered:
Harold-lkk
No branches or pull requests
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmocr
Environment
sys.platform: linux
Python: 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:53:27) [GCC 9.4.0]
CUDA available: True
MUSA available: False
numpy_random_seed: 2147483648
GCC: gcc (GCC) 7.3.0
PyTorch: 2.1.0
PyTorch compiling details: PyTorch built with:
TorchVision: 0.16.0
OpenCV: 4.8.0
MMEngine: 0.10.4
MMOCR: 1.0.1+
Reproduces the problem - code sample
python tools/train.py configs/textrecog/master/master_resnet31_12e_st_mj_sa.py
Reproduces the problem - command or script
python tools/train.py configs/textrecog/master/master_resnet31_12e_st_mj_sa.py
Reproduces the problem - error message
[Attention] The same custom dataset val with master model seems normal, while svtr extremely low.
Epoch(train) [1][14000/14111] lr: 9.3503e-05 eta: 1 day, 8:06:25 time: 0.8898 data_time: 0.3493 loss: 0.2368 loss_ctc: 0.2368
2024/07/22 21:38:20 - mmengine - INFO - Exp name: svtr-tiny_20e_st_mj_20240722_180223
2024/07/22 21:38:20 - mmengine - INFO - Saving checkpoint at 1 epochs
2024/07/22 21:38:51 - mmengine - INFO - Epoch(val) [1][55/55] CUSTOM/recog/word_acc: 0.0366 CUSTOM/recog/word_acc_ignore_case: 0.3671 CUSTOM/recog/word_acc_ignore_case_symbol: 0.3671 CUSTOM/recog/char_recall: 0.6272 CUSTOM/recog/char_precision: 0.7640 data_time: 0.1190 time: 0.5231
Additional information
No response
The text was updated successfully, but these errors were encountered: