Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created February 6, 2019 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prateekjoshi565/d6d095433c3ebd8cf44d7dcec1083520 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/d6d095433c3ebd8cf44d7dcec1083520 to your computer and use it in GitHub Desktop.
Make Predictions
model = load_model('model.h1.24_jan_19')
preds = model.predict_classes(testX.reshape((testX.shape[0], testX.shape[1])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment