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
6b93371d
Commit
6b93371d
authored
Mar 18, 2024
by
dengjb
Browse files
Update README.md
parent
01d91cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
6b93371d
...
@@ -95,8 +95,8 @@ python3 train.py --adadelta --trainRoot ../Datasets/Synth90k/MJ_LMDB --valRoot .
...
@@ -95,8 +95,8 @@ python3 train.py --adadelta --trainRoot ../Datasets/Synth90k/MJ_LMDB --valRoot .
#以单机四卡为例子
#以单机四卡为例子
export HSA_FORCE_FINE_GRAIN_PCIE=1
export HSA_FORCE_FINE_GRAIN_PCIE=1
export USE_MIOPEN_BATCHNORM=1
export USE_MIOPEN_BATCHNORM=1
export HIP_VISIBLE_DEVICES=
6,7
export HIP_VISIBLE_DEVICES=
0,1,2,3
python -m torch.distributed.launch --nproc_per_node=
2
train_ddp.py --adadelta --trainRoot ../Datasets/Synth90k/MJ_LMDB --valRoot ../Datasets/Synth90k/IIIT5K_lmdb --cuda --ngpu
2
--batchSize 64 --workers 8
python -m torch.distributed.launch --nproc_per_node=
4
train_ddp.py --adadelta --trainRoot ../Datasets/Synth90k/MJ_LMDB --valRoot ../Datasets/Synth90k/IIIT5K_lmdb --cuda --ngpu
4
--batchSize 64 --workers 8
```
```
## 推理
## 推理
...
...
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