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
OpenDAS
FastMoE
Commits
e1ed5d12
Commit
e1ed5d12
authored
Feb 28, 2021
by
Jiezhong Qiu
Browse files
clean scripts
remove author related info
parent
c0cfcc47
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
examples/transformer-xl/scripts/run_enwik8_base.sh
examples/transformer-xl/scripts/run_enwik8_base.sh
+0
-2
examples/transformer-xl/scripts/run_enwik8_base_moe.sh
examples/transformer-xl/scripts/run_enwik8_base_moe.sh
+0
-2
No files found.
examples/transformer-xl/scripts/run_enwik8_base.sh
View file @
e1ed5d12
#!/bin/bash
#!/bin/bash
export
LD_LIBRARY_PATH
=
/home/jiezhong/miniconda3/lib:/usr/local/cuda/lib64:
$LD_LIBRARY_PATH
if
[[
$1
==
'train'
]]
;
then
if
[[
$1
==
'train'
]]
;
then
echo
'Run training...'
echo
'Run training...'
python train.py
\
python train.py
\
...
...
examples/transformer-xl/scripts/run_enwik8_base_
gshard
.sh
→
examples/transformer-xl/scripts/run_enwik8_base_
moe
.sh
View file @
e1ed5d12
#!/bin/bash
#!/bin/bash
export
LD_LIBRARY_PATH
=
/home/jiezhong/miniconda3/lib:/usr/local/cuda/lib64:
$LD_LIBRARY_PATH
if
[[
$1
==
'train'
]]
;
then
if
[[
$1
==
'train'
]]
;
then
echo
'Run training...'
echo
'Run training...'
python train.py
\
python train.py
\
...
...
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