include more params

This commit is contained in:
shahules786 2022-10-02 18:18:56 +05:30
parent c11bea6aa0
commit 6faffdcb17
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@ loss : mse
metric : mae metric : mae
lr : 0.0001 lr : 0.0001
num_epochs : 100 num_epochs : 100
ReduceLr_patience : 5
ReduceLr_factor : 0.1
min_lr : 0.000001
EarlyStopping_factor : 10