forked from dapowan/LIMU-BERT-Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dapowan
committed
Jan 13, 2022
1 parent
b992908
commit 9bf0da7
Showing
4 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/dataset/uci/ | ||
/dataset/motion/ | ||
/dataset/hhar/ | ||
/dataset/shoaib/ | ||
#/dataset/uci/ | ||
#/dataset/motion/ | ||
#/dataset/hhar/ | ||
#/dataset/shoaib/ | ||
/log/ | ||
/embed/ | ||
/saved/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
nohup python -u pretrain.py v1 motion 20_120 -g 0 -s v1 > log/pretrain_base_motion.log & | ||
nohup python -u pretrain.py v1 uci 20_120 -g 0 -s v1 > log/pretrain_base_uci.log & | ||
nohup python -u pretrain.py v1 hhar 20_120 -g 0 -s v1 > log/pretrain_base_hhar.log & | ||
nohup python -u pretrain.py v1 shoaib 20_120 -g 0 -s v1 > log/pretrain_base_shoaib.log & | ||
nohup python -u pretrain.py v1 motion 20_120 -g 0 -s motion > log/pretrain_base_motion.log & | ||
nohup python -u pretrain.py v1 uci 20_120 -g 0 -s uci > log/pretrain_base_uci.log & | ||
nohup python -u pretrain.py v1 hhar 20_120 -g 0 -s hhar > log/pretrain_base_hhar.log & | ||
nohup python -u pretrain.py v1 shoaib 20_120 -g 0 -s shoaib > log/pretrain_base_shoaib.log & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters