Update src/mlpack/methods/ann/layer/concatenate_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
co-authored by
Marcus Edel
parent
3dfe5a000d
commit
bacd18db55
@@ -108,9 +108,9 @@ void ConcatenateType<MatType>::ComputeOutputDimensions()
|
||||
this->outputDimensions[0] = inSize + concat.n_elem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Serialize the layer.
|
||||
*/
|
||||
/**
|
||||
* Serialize the layer.
|
||||
*/
|
||||
template<typename MatType>
|
||||
template<typename Archive>
|
||||
void ConcatenateType<MatType>::serialize(
|
||||
|
||||
Reference in New Issue
Block a user