mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
@@ -12,3 +12,5 @@ if K.backend() == 'theano':
|
||||
from .theano_backend import *
|
||||
elif K.backend() == 'tensorflow':
|
||||
from .tensorflow_backend import *
|
||||
elif K.backend() == 'cntk':
|
||||
from .cntk_backend import *
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
from keras.backend import cntk_backend as KCN
|
||||
import cntk as C
|
||||
Reference in New Issue
Block a user