Skip to content

Instantly share code, notes, and snippets.

@philippslang
Last active August 21, 2017 17:56
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 philippslang/5b63fbd837b608ac3e50583ac2de1b63 to your computer and use it in GitHub Desktop.
Save philippslang/5b63fbd837b608ac3e50583ac2de1b63 to your computer and use it in GitHub Desktop.
import numpy as np
import keras.models as kem
import keras.layers as kel
import sklearn.preprocessing as preproc
np.random.seed(42)
FNAME_MODEL = 'tmp/decl_curve_rnn.h5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment