Restore train_epochs to 200 instead of 8
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
lr: 1e-3,
|
||||
weight_decay: 0.1,
|
||||
},
|
||||
train_epochs: 8,
|
||||
train_epochs: 200,
|
||||
train_batch_size: 32,
|
||||
discount: 0.95,
|
||||
clip_grad_norm: 1.,
|
||||
}
|
||||
Reference in New Issue
Block a user