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
chenych
MML_pytorch
Commits
88df767f
Commit
88df767f
authored
Dec 23, 2023
by
chenych
Browse files
update beit3
parent
a245fbd1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
beit3/jdk-8u391-linux-x64.tar.gz
beit3/jdk-8u391-linux-x64.tar.gz
+0
-0
beit3/pretrained_models/beit3.spm
beit3/pretrained_models/beit3.spm
+0
-0
beit3/train.sh
beit3/train.sh
+2
-0
beit3/val.sh
beit3/val.sh
+2
-0
No files found.
beit3/jdk-8u391-linux-x64.tar.gz
0 → 100644
View file @
88df767f
File added
beit3/pretrained_models/beit3.spm
0 → 100644
View file @
88df767f
File added
beit3/train.sh
View file @
88df767f
#!/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
HSA_FORCE_FINE_GRAIN_PCIE
=
1
...
...
beit3/val.sh
View file @
88df767f
#!/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
USE_MIOPEN_BATCHNORM
=
1
...
...
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