Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Jan 9, 2020
1 parent 952d94c commit 353e336
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Bayesian_Search_W&B/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
configs = {
'layers': 128,
'batch_size': 64,
'epochs': 5,
'method': METHOD
'epochs': 5
}

# Initilize a new wandb run
Expand Down Expand Up @@ -74,4 +73,4 @@
batch_size=config.batch_size,
validation_data=(X_test, y_test),
callbacks=[WandbCallback(data_type="image",
validation_data=(X_test, y_test), labels=labels)])
validation_data=(X_test, y_test), labels=labels)])

0 comments on commit 353e336

Please sign in to comment.