mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 22:34:22 +00:00
Fix small layer issues
This commit is contained in:
@@ -41,7 +41,7 @@ MaxPool2d::MaxPool2d(
|
||||
};
|
||||
|
||||
output = CUDANet::Tensor(
|
||||
Shape{out_shape[0] * out_shape[1] * out_shape[3]},
|
||||
Shape{out_shape[0] * out_shape[1] * out_shape[2]},
|
||||
CUDANet::DType::FLOAT32, backend
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user