forked from ML4ITS/mtad-gat-pytorch
-
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.
# This is a combination of 23 commits.
# This is the 1st commit message: feat: possibility to specify target dim # The commit message ML4ITS#2 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#3 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#4 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#5 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#6 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#7 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#8 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#9 will be skipped: # feat: possibility to specify target dim # The commit message ML4ITS#10 will be skipped: # fix # The commit message ML4ITS#11 will be skipped: # fix # The commit message ML4ITS#12 will be skipped: # feat: writing results to txt file # The commit message ML4ITS#13 will be skipped: # feat: writing results to txt file # The commit message ML4ITS#14 will be skipped: # .. # The commit message ML4ITS#15 will be skipped: # .. # The commit message ML4ITS#16 will be skipped: # .. # The commit message ML4ITS#17 will be skipped: # trying new anomaly score # The commit message ML4ITS#18 will be skipped: # trying new anomaly score # The commit message ML4ITS#19 will be skipped: # trying new anomaly score # The commit message ML4ITS#20 will be skipped: # trying new anomaly score # The commit message ML4ITS#21 will be skipped: # fix # The commit message ML4ITS#22 will be skipped: # results from all experiments, plotting, ++ # The commit message ML4ITS#23 will be skipped: # added plotter class and jupyter notebook file to visualize results
- Loading branch information
Showing
135 changed files
with
239,178 additions
and
218 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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
|
||
port=11726 | ||
[email protected] | ||
|
||
scp -P $port -r $ssh:~/MTAD-GAT/models ./ | ||
|
||
for i in {1..8} | ||
do | ||
scp -P $port -r $ssh:~/MTAD-GAT/output/SMD/1-$i ./output/SMD/ | ||
done | ||
|
||
for i in {1..9} | ||
do | ||
scp -P $port -r $ssh:~/MTAD-GAT/output/SMD/2-$i ./output/SMD/ | ||
done | ||
|
||
for i in {1..11} | ||
do | ||
scp -P $port -r $ssh:~/MTAD-GAT/output/SMD/3-$i ./output/SMD/ | ||
done |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/bash | ||
|
||
python predict.py --dataset SMD --group 1-1 --model 17032021_010924 --load_scores True | ||
python predict.py --dataset SMD --group 1-2 --model 17032021_012546 --load_scores True | ||
python predict.py --dataset SMD --group 1-3 --model 17032021_013914 --load_scores True | ||
python predict.py --dataset SMD --group 1-4 --model 17032021_015244 --load_scores True | ||
python predict.py --dataset SMD --group 1-5 --model 17032021_020613 --load_scores True | ||
python predict.py --dataset SMD --group 1-6 --model 17032021_021942 --load_scores True | ||
python predict.py --dataset SMD --group 1-7 --model 17032021_023323 --load_scores True | ||
python predict.py --dataset SMD --group 1-8 --model 17032021_024657 --load_scores True | ||
python predict.py --dataset SMD --group 2-1 --model 17032021_030025 --load_scores True | ||
python predict.py --dataset SMD --group 2-2 --model 17032021_031410 --load_scores True | ||
python predict.py --dataset SMD --group 2-3 --model 17032021_032905 --load_scores True | ||
python predict.py --dataset SMD --group 2-4 --model 17032021_034448 --load_scores True | ||
python predict.py --dataset SMD --group 2-5 --model 17032021_035857 --load_scores True | ||
python predict.py --dataset SMD --group 2-6 --model 17032021_041234 --load_scores True | ||
python predict.py --dataset SMD --group 2-7 --model 17032021_042906 --load_scores True | ||
python predict.py --dataset SMD --group 2-8 --model 17032021_044240 --load_scores True | ||
python predict.py --dataset SMD --group 2-9 --model 17032021_045614 --load_scores True | ||
python predict.py --dataset SMD --group 3-1 --model 17032021_051238 --load_scores True | ||
python predict.py --dataset SMD --group 3-2 --model 17032021_052901 --load_scores True | ||
python predict.py --dataset SMD --group 3-3 --model 17032021_054227 --load_scores True | ||
python predict.py --dataset SMD --group 3-4 --model 17032021_055608 --load_scores True | ||
python predict.py --dataset SMD --group 3-5 --model 17032021_060937 --load_scores True | ||
python predict.py --dataset SMD --group 3-6 --model 17032021_062314 --load_scores True | ||
python predict.py --dataset SMD --group 3-7 --model 17032021_063934 --load_scores True | ||
python predict.py --dataset SMD --group 3-8 --model 17032021_065554 --load_scores True | ||
python predict.py --dataset SMD --group 3-9 --model 17032021_071215 --load_scores True | ||
python predict.py --dataset SMD --group 3-10 --model 17032021_072910 --load_scores True | ||
python predict.py --dataset SMD --group 3-11 --model 17032021_074315 --load_scores True |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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
Binary file removed
BIN
-537 Bytes
output/MSL/logs/23032021_120454/events.out.tfevents.1616497494.wquole-xps.352113.0
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
Binary file not shown.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Oops, something went wrong.