Skip to content

Instantly share code, notes, and snippets.

View nachomartinr's full-sized avatar

Ignacio Martín nachomartinr

View GitHub Profile
from __future__ import print_function
import os
import numpy as np
from keras.layers import RepeatVector
from keras.layers.core import Dropout
from keras.layers.recurrent import LSTM
from keras.models import Sequential
from keras.models import load_model