mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Ignore .bin files
This commit is contained in:
@@ -36,7 +36,7 @@ CUDANet::Model* createModel(const int inputSize, const int inputChannels, const
|
||||
);
|
||||
model->addLayer("conv1", conv1);
|
||||
CUDANet::Layers::MaxPooling *pool1 = new CUDANet::Layers::MaxPooling(
|
||||
3, 2
|
||||
3, 3, 2
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user