Commit 88df767f authored by chenych's avatar chenych
Browse files

update beit3

parent a245fbd1
#!/bin/bash/ #!/bin/bash/
export JAVA_HOME=/opt/java/jdk1.8.0_391/
export PATH=${JAVA_HOME}/bin:${PATH}
export HIP_VISIBLE_DEVICES=0,1,2,3 # 自行修改为训练的卡号和数量 export HIP_VISIBLE_DEVICES=0,1,2,3 # 自行修改为训练的卡号和数量
export HSA_FORCE_FINE_GRAIN_PCIE=1 export HSA_FORCE_FINE_GRAIN_PCIE=1
......
#!/bin/bash/ #!/bin/bash/
export JAVA_HOME=/opt/java/jdk1.8.0_391/
export PATH=${JAVA_HOME}/bin:${PATH}
export HSA_FORCE_FINE_GRAIN_PCIE=1 export HSA_FORCE_FINE_GRAIN_PCIE=1
export USE_MIOPEN_BATCHNORM=1 export USE_MIOPEN_BATCHNORM=1
......
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