Update adaptive_mean_pooling_impl.hpp
Fixed Serialization issue.
This commit is contained in:
@@ -146,6 +146,8 @@ void AdaptiveMeanPoolingType<MatType>::serialize(
|
||||
ar(cereal::base_class<Layer<MatType>>(this));
|
||||
|
||||
ar(CEREAL_NVP(poolingLayer));
|
||||
ar(CEREAL_NVP(outputWidth));
|
||||
ar(CEREAL_NVP(outputHeight));
|
||||
}
|
||||
|
||||
} // namespace ann
|
||||
|
||||
Reference in New Issue
Block a user