Update full_shot/config.json
Browse files- full_shot/config.json +2 -2
full_shot/config.json
CHANGED
|
@@ -30,14 +30,14 @@
|
|
| 30 |
"pred_len": 96,
|
| 31 |
"seq_len": 512,
|
| 32 |
"moe_norm": 0,
|
| 33 |
-
"top_k_experts":
|
| 34 |
"torch_dtype": "float32",
|
| 35 |
"transformers_version": "4.40.1",
|
| 36 |
"use_fft": 1,
|
| 37 |
"train_epochs": 1,
|
| 38 |
"patience": 2,
|
| 39 |
"lradj": "type1",
|
| 40 |
-
"learning_rate": 0.
|
| 41 |
"channel_ind": 0,
|
| 42 |
"misc_moe" :12,
|
| 43 |
"full_size":0
|
|
|
|
| 30 |
"pred_len": 96,
|
| 31 |
"seq_len": 512,
|
| 32 |
"moe_norm": 0,
|
| 33 |
+
"top_k_experts": 20,
|
| 34 |
"torch_dtype": "float32",
|
| 35 |
"transformers_version": "4.40.1",
|
| 36 |
"use_fft": 1,
|
| 37 |
"train_epochs": 1,
|
| 38 |
"patience": 2,
|
| 39 |
"lradj": "type1",
|
| 40 |
+
"learning_rate": 0.005,
|
| 41 |
"channel_ind": 0,
|
| 42 |
"misc_moe" :12,
|
| 43 |
"full_size":0
|