По умолчанию запускаем обучение с GPU.
Some checks are pending
Build/Publish Develop Docs / deploy (push) Waiting to run

This commit is contained in:
2025-07-08 11:04:15 +03:00
parent 149dd86132
commit 63f9daa6d7

View File

@@ -1,8 +1,7 @@
Global: Global:
model_name: PP-OCRv5_server_rec # To use static model for inference. model_name: PP-OCRv5_server_rec # To use static model for inference.
debug: false debug: false
use_gpu: false use_gpu: true
device: cpu
epoch_num: 75 epoch_num: 75
log_smooth_window: 20 log_smooth_window: 20
print_batch_step: 10 print_batch_step: 10