"vscode:/vscode.git/clone" did not exist on "49ee65f0d31f6a8fecdd6a8f2a48d0c0c5e7771f"
Commit 9a2a05ca authored by Sugon_ldc's avatar Sugon_ldc
Browse files

modify dataset aishell run.sh file

parent 7717f62a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment