mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-09-12 12:01:22 +08:00
Committed caffe-tensorflow modifications to PSPNet BN layer
This commit is contained in:
@@ -11,6 +11,7 @@ LAYER_DESCRIPTORS = {
|
||||
'Accuracy': shape_scalar,
|
||||
'ArgMax': shape_not_implemented,
|
||||
'BatchNorm': shape_identity,
|
||||
'BN': shape_identity,
|
||||
'BNLL': shape_not_implemented,
|
||||
'Concat': shape_concat,
|
||||
'ContrastiveLoss': shape_scalar,
|
||||
@@ -18,12 +19,13 @@ LAYER_DESCRIPTORS = {
|
||||
'Deconvolution': shape_not_implemented,
|
||||
'Data': shape_data,
|
||||
'Dropout': shape_identity,
|
||||
'Interp': shape_identity,
|
||||
'DummyData': shape_data,
|
||||
'EuclideanLoss': shape_scalar,
|
||||
'Eltwise': shape_identity,
|
||||
'Exp': shape_identity,
|
||||
'Flatten': shape_not_implemented,
|
||||
'HDF5Data': shape_data,
|
||||
'HDF5Datapython': shape_data,
|
||||
'HDF5Output': shape_identity,
|
||||
'HingeLoss': shape_scalar,
|
||||
'Im2col': shape_not_implemented,
|
||||
|
||||
Reference in New Issue
Block a user