Skip to content

Instantly share code, notes, and snippets.

@risenW
Created July 14, 2020 08:35
Show Gist options
  • Save risenW/2f40a5393dcd8ba227fce1e1a7d65195 to your computer and use it in GitHub Desktop.
Save risenW/2f40a5393dcd8ba227fce1e1a7d65195 to your computer and use it in GitHub Desktop.
hist = model.fit([Xtrain.book_id, Xtrain.user_id], Xtrain.rating,
batch_size=64,
epochs=5,
verbose=1,
validation_data=([Xtest.book_id, Xtest.user_id], Xtest.rating))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment