mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-08-12 12:10:28 +08:00
5 lines
118 B
Python
5 lines
118 B
Python
from __future__ import absolute_import
|
|
import numpy as np
|
|
from . import backend as K
|
|
from keras.initializers import *
|