Skip to content

Instantly share code, notes, and snippets.

@astrung
astrung / summer_winter(1).ipynb
Last active December 8, 2020 07:14
gan_out.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from __future__ import print_function
from keras.models import Model
# from keras.layers import Input, LSTM, Dense
import numpy as np
from keras import backend as K
from keras.layers import Bidirectional
from keras.utils.generic_utils import has_arg
from keras.layers import Input, LSTM, Dense, Multiply