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
Conformer_pytorch
Commits
9a2a05ca
"vscode:/vscode.git/clone" did not exist on "49ee65f0d31f6a8fecdd6a8f2a48d0c0c5e7771f"
Commit
9a2a05ca
authored
Mar 04, 2024
by
Sugon_ldc
Browse files
modify dataset aishell run.sh file
parent
7717f62a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/aishell/s0/run.sh
examples/aishell/s0/run.sh
+2
-2
No files found.
examples/aishell/s0/run.sh
View file @
9a2a05ca
...
...
@@ -5,7 +5,7 @@
# Use this to control how many gpu you use, It's 1-gpu training if you specify
# just 1gpu, otherwise it's is multiple gpu training based on DDP in pytorch
export
CUDA
_VISIBLE_DEVICES
=
"0,1,2,3"
export
HIP
_VISIBLE_DEVICES
=
"0,1,2,3"
# The NCCL_SOCKET_IFNAME variable specifies which IP interface to use for nccl
# communication. More details can be found in
# https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/env.html
...
...
@@ -24,7 +24,7 @@ num_nodes=1
node_rank
=
0
# The aishell dataset location, please change this to your own path
# make sure of using absolute path. DO-NOT-USE relatvie path!
data
=
/
parastor/home/lidc/Modelzoo/conformer_pytorch/data
data
=
/
datapath/
data_url
=
www.openslr.org/resources/33
nj
=
16
...
...
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