fix import errors

This commit is contained in:
farizrahman4u
2017-03-17 01:45:24 +05:30
parent 91e58a1dc6
commit cca748fd00
2 changed files with 0 additions and 9 deletions
-2
View File
@@ -1,5 +1,3 @@
from __future__ import absolute_import
from . import backend as K
from keras.utils.generic_utils import get_from_module
from keras.activations import *
-7
View File
@@ -1,11 +1,4 @@
from __future__ import absolute_import
import numpy as np
from . import backend as K
from keras.utils.generic_utils import get_from_module
from keras.initializations import *
def get(identifier, **kwargs):
return get_from_module(identifier, globals(),
'initialization', kwargs=kwargs)