-
Notifications
You must be signed in to change notification settings - Fork 60
Add CRNN Readme #53
New issue
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
Add CRNN Readme #53
Conversation
configs/rec/crnn/README.md
Outdated
|
||
```shell | ||
# distributed training on multiple GPU/Ascend devices | ||
mpirun -n 8 python train.py --config configs/rec/crnn/crnn_resnet34.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
运行出错,train.py路径问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the checking, fixed~
configs/rec/crnn/README.md
Outdated
|
||
```shell | ||
# standalone training on a CPU/GPU/Ascend device | ||
python train.py --config configs/rec/crnn/crnn_resnet34.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same path issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
configs/rec/crnn/README.md
Outdated
To validate the accuracy of the trained model, you can use `valid.py` and parse the checkpoint path with `--ckpt_path`. | ||
|
||
``` | ||
python validate.py --config configs/rec/crnn/crnn_resnet34.yaml --ckpt_path /path/to/ckpt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not runnable.
configs/rec/crnn/README.md
Outdated
python validate.py --config configs/rec/crnn/crnn_resnet34.yaml --ckpt_path /path/to/ckpt | ||
``` | ||
|
||
### Deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the deployment section currently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Thank you for your contribution to the MindOCR repo.
Before submitting this PR, please make sure:
Motivation
Test Plan
(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)
Related Issues and PRs
(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)