Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
crnn_pytorch
Commits
eab7aea3
Commit
eab7aea3
authored
Dec 28, 2023
by
dengjb
Browse files
update code
parent
ef1e350b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+4
-3
requirements.txt
requirements.txt
+2
-0
No files found.
README.md
View file @
eab7aea3
...
@@ -32,7 +32,7 @@ pip3 install -r requirements.txt
...
@@ -32,7 +32,7 @@ pip3 install -r requirements.txt
```
```
cd ./docker
cd ./docker
docker build --no-cache -t crnn_p
addle
:last .
docker build --no-cache -t crnn_p
ytorch
:last .
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
```
```
...
@@ -43,7 +43,8 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --p
...
@@ -43,7 +43,8 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --p
```
```
DTK软件栈:dtk22.10
DTK软件栈:dtk22.10
python:python3.8
python:python3.8
pytorch:1.10.1
pytorch:1.10.0
torchvision:0.10.0
```
```
Tips:以上dtk软件栈、python、pytorch等DCU相关工具版本需要严格一一对应
Tips:以上dtk软件栈、python、pytorch等DCU相关工具版本需要严格一一对应
...
@@ -130,6 +131,6 @@ OCR
...
@@ -130,6 +131,6 @@ OCR
https://developer.hpccube.com/codes/modelzoo/crnn_pytorch
https://developer.hpccube.com/codes/modelzoo/crnn_pytorch
## 参考
## 参考
资料
[
GitHub - crnn.pytorch
](
https://github.com/meijieru/crnn.pytorch/tree/master
)
[
GitHub - crnn.pytorch
](
https://github.com/meijieru/crnn.pytorch/tree/master
)
requirements.txt
View file @
eab7aea3
lmdb
==1.0.0
lmdb
==1.0.0
numpy
==1.24.2
six
==1.16.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment