Skip to content

Commit c73578e

Browse files
committed
correcting default config after rebase
1 parent 18164d6 commit c73578e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/default_config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,12 @@ desc: ""
155155
data_loader_rng_seed: ???
156156
run_id: ???
157157

158-
<<<<<<< HEAD
159158
# The period to log in the training loop (in number of batch steps)
160159
train_log_freq:
161160
terminal: 10
162161
metrics: 20
163162
checkpoint: 250
164-
=======
163+
165164
# Parameters for logging/printing in the training loop
166165
train_log:
167166
# The period to log metrics (in number of batch steps)
@@ -174,4 +173,3 @@ fe_mlp_type: "dense" # set to "moe" to enable MoE
174173
fe_moe_num_experts: 8
175174
fe_moe_top_k: 2
176175
fe_moe_hidden_factor: 0.5 # = HF_dense / 4
177-
>>>>>>> 36fea3a (Adding MoEMLP layer to the layers file, integrate the MoE layer in Forecasting engine, and set up the config file to control the use of this layer)

0 commit comments

Comments
 (0)