size issue logs
This commit is contained in:
@@ -301,7 +301,7 @@ void LambdaMapReduceType<ReductionRuleType, MatType>::ComputeOutputDimensions()
|
||||
{
|
||||
network[i]->InputDimensions() = this->inputDimensions;
|
||||
size_t layerOutputSize = network[i]->OutputSize();
|
||||
Log::Info << layerOutputSize << std::endl;
|
||||
Log::Warn << layerOutputSize << std::endl;
|
||||
totalOutputSize += layerOutputSize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user