# crnn_pytorch **Repository Path**: learlzy/crnn_pytorch ## Basic Information - **Project Name**: crnn_pytorch - **Description**: pytorch实现的crnn - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2022-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crnn_pytorch #### 介绍 pytorch实现的crnn #### 环境要求 ```shell pytorch >= 1.7.0 numpy >= 1.17.5 pillow >= 7.2.0 easydict >= 1.9 ``` #### 使用说明 1.使用以下命令进行训练,数据集默认使用synth,设备默认使用GPU, ```shell python train.py --trainRoot=[DatasetPath] ``` 2.若要进行混合精度训练,则使用以下命令 ```shell python train.py --trainRoot=[DatasetPath] --fp16=True ``` 3.可在train.py中查看其它选项,每个epoch训练完成时会给出该epoch训练时间和平均每个step的占用时间