enable cudnn_convt

enforce_failed
chengduoZH 8 years ago
parent e4bab9a45c
commit 22de57f127

@ -169,6 +169,7 @@ class LayerType(object):
EXCONV_LAYER = 'exconv'
EXCONVTRANS_LAYER = 'exconvt'
CUDNNCONV_LAYER = 'cudnn_conv'
CUDNNCONVTRANS_LAYER = 'cudnn_convt'
POOL_LAYER = 'pool'
POOL3D_LAYER = 'pool3d'
BATCH_NORM_LAYER = 'batch_norm'

Loading…
Cancel
Save