Skip to content

Commit 718ba48

Browse files
committed
docs: ✏️ update the config of iTransformer
1 parent 540ab53 commit 718ba48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

baselines/iTransformer/Electricity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
CFG.TRAIN.DATA = EasyDict()
137137
CFG.TRAIN.DATA.BATCH_SIZE = 64
138138
CFG.TRAIN.DATA.SHUFFLE = True
139-
CFG.TRAIN.EARLY_STOPPING_PATIENCE = 1 # 提前停止的耐心值。默认值:None。如果未指定,则不会使用提前停止。
140139

141140
############################## Validation Configuration ##############################
142141
CFG.VAL = EasyDict()

0 commit comments

Comments
 (0)