This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import absolute_import, division | |
import sys | |
from os.path import dirname | |
sys.path.append(dirname(dirname(__file__))) | |
from keras import initializers | |
from keras.engine import InputSpec, Layer | |
from keras import backend as K | |