# doc_ocr **Repository Path**: dglxlcl/doc_ocr ## Basic Information - **Project Name**: doc_ocr - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-29 - **Last Updated**: 2026-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cd /home/tom/char_recg/doc_ocr # 重新预处理(如需要) conda run -n cuda124 python main.py preprocess --dataset_dir ./dataset # 开始训练(batch_size 建议 4~8,根据显存调整) conda run -n cuda124 python main.py train \ --config_name doc_ocr_s \ --dataset_dir ./dataset \ --batch_size 4 \ --lr 3e-4 \ --max_epochs 100