Added kwargs

This commit is contained in:
Chintan Shah 2019-10-06 18:57:13 -04:00
parent 96d8dc4417
commit 941675d6a7
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class DCRNNSupervisor:
def _train(self, base_lr,
steps, patience=50, epochs=100, lr_decay_ratio=0.1, log_every=1, save_model=1,
test_every_n_epochs=10):
test_every_n_epochs=10, **kwargs):
# steps is used in learning rate - will see if need to use it?
min_val_loss = float('inf')
wait = 0