Update scripts
This commit is contained in:
		| @@ -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/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/archive/Anaconda3-2020.11-Linux-x86_64.sh | ||||||
|  | wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh | ||||||
|   | |||||||
| @@ -60,7 +60,7 @@ def to_layer(config, embed_dim, depth): | |||||||
|  |  | ||||||
| def extend_transformer_settings(alg2configs, name): | def extend_transformer_settings(alg2configs, name): | ||||||
|     config = copy.deepcopy(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 j in (6, 12, 24, 32, 48, 64): | ||||||
|             for k1 in (0, 0.1, 0.2): |             for k1 in (0, 0.1, 0.2): | ||||||
|                 for k2 in (0, 0.1): |                 for k2 in (0, 0.1): | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ market=$2 | |||||||
| drop=$3 | drop=$3 | ||||||
|  |  | ||||||
| channels="6 12 24 32 48 64" | 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} | for channel in ${channels} | ||||||
| do | do | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user