Fix typo in layer name.
This commit is contained in:
@@ -9,7 +9,7 @@ const unordered_map<string_view, LayerInfo::Type> LayerInfo::NAME_TYPE_MAP = {
|
|||||||
{"ReLU", Type::ReLU},
|
{"ReLU", Type::ReLU},
|
||||||
{"Pooling", Type::Pooling},
|
{"Pooling", Type::Pooling},
|
||||||
{"InnerProduct", Type::InnerProduct},
|
{"InnerProduct", Type::InnerProduct},
|
||||||
{"DropOut", Type::DropOut},
|
{"Dropout", Type::DropOut},
|
||||||
{"LRN", Type::LRN},
|
{"LRN", Type::LRN},
|
||||||
{"Split", Type::Split},
|
{"Split", Type::Split},
|
||||||
{"Softmax", Type::Softmax}
|
{"Softmax", Type::Softmax}
|
||||||
|
|||||||
Reference in New Issue
Block a user