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},
|
||||
{"Pooling", Type::Pooling},
|
||||
{"InnerProduct", Type::InnerProduct},
|
||||
{"DropOut", Type::DropOut},
|
||||
{"Dropout", Type::DropOut},
|
||||
{"LRN", Type::LRN},
|
||||
{"Split", Type::Split},
|
||||
{"Softmax", Type::Softmax}
|
||||
|
||||
Reference in New Issue
Block a user