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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -39,3 +39,5 @@ venv
|
|||||||
docs
|
docs
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
*.bin
|
||||||
@@ -36,7 +36,7 @@ CUDANet::Model* createModel(const int inputSize, const int inputChannels, const
|
|||||||
);
|
);
|
||||||
model->addLayer("conv1", conv1);
|
model->addLayer("conv1", conv1);
|
||||||
CUDANet::Layers::MaxPooling *pool1 = new CUDANet::Layers::MaxPooling(
|
CUDANet::Layers::MaxPooling *pool1 = new CUDANet::Layers::MaxPooling(
|
||||||
3, 2
|
3, 3, 2
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user