-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnorb_gen_train.sh
More file actions
executable file
·36 lines (21 loc) · 1023 Bytes
/
norb_gen_train.sh
File metadata and controls
executable file
·36 lines (21 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash
python train.py hparams/GenMM/norb10.json
python mat_acc.py results/norb/k6hc64c10GenMM/norb.json
python train.py hparams/GenMM/norb20.json
python mat_acc.py results/norb/k6hc64c20GenMM/norb.json
# python train.py hparams/GenMM/norb1.json
# python mat_acc.py results/norb/k6hc64c1GenMM/norb.json
# python train.py hparams/GenMM/norb2.json
# python mat_acc.py results/norb/k6hc64c2GenMM/norb.json
# python train.py hparams/GenMM/norb3.json
# python train.py hparams/GenMM/norb4.json
# python mat_acc.py results/norb/k6hc64c3GenMM/norb.json
# python mat_acc.py results/norb/k6hc64c4GenMM/norb.json
# python train.py hparams/LatMM/norb1.json
# python mat_acc.py results/norb/k6hc64s1LatMM/norb.json
# python train.py hparams/LatMM/norb2.json
# python mat_acc.py results/norb/k6hc64s2LatMM/norb.json
# python train.py hparams/LatMM/norb3.json
# python mat_acc.py results/norb/k6hc64s3LatMM/norb.json
# python train.py hparams/LatMM/norb4.json
# python mat_acc.py results/norb/k6hc64s4LatMM/norb.json