Skip to content

Instantly share code, notes, and snippets.

@bluedistro
Created December 31, 2018 15:11
Show Gist options
  • Save bluedistro/69ed4597bc85aef6d26c48389017356c to your computer and use it in GitHub Desktop.
Save bluedistro/69ed4597bc85aef6d26c48389017356c to your computer and use it in GitHub Desktop.
fitting model
history = model.fit(x_train, y_train, epochs=50, batch_size=128, callbacks=callback_list,
validation_data=(x_val, y_val))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment