更新归一化方式,当前直接映射,不利用均值标准差进行标准化
This commit is contained in:
@@ -11,7 +11,7 @@ shift 2
|
||||
|
||||
# Default parameters
|
||||
MODEL=${MODEL:-"SwiftFormerTemporal_XS"}
|
||||
BATCH_SIZE=${BATCH_SIZE:-32}
|
||||
BATCH_SIZE=${BATCH_SIZE:-256}
|
||||
EPOCHS=${EPOCHS:-100}
|
||||
LR=${LR:-1e-3}
|
||||
OUTPUT_DIR=${OUTPUT_DIR:-"./temporal_output"}
|
||||
|
||||
Reference in New Issue
Block a user