Update scripts

This commit is contained in:
D-X-Y 2021-04-02 21:28:26 -07:00
parent 1dd665ae06
commit dd0722c1b7
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ cp ${script_dir}/bashrc ~/.bashrc
wget https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh
wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

View File

@ -60,7 +60,7 @@ def to_layer(config, embed_dim, depth):
def extend_transformer_settings(alg2configs, name):
config = copy.deepcopy(alg2configs[name])
for i in range(1, 7):
for i in range(1, 8):
for j in (6, 12, 24, 32, 48, 64):
for k1 in (0, 0.1, 0.2):
for k2 in (0, 0.1):

View File

@ -18,7 +18,7 @@ market=$2
drop=$3
channels="6 12 24 32 48 64"
depths="1 2 3 4 5 6"
#depths="1 2 3 4 5 6"
for channel in ${channels}
do