mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Ignore .bin files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -38,4 +38,6 @@ build/
|
||||
venv
|
||||
docs
|
||||
|
||||
__pycache__
|
||||
__pycache__
|
||||
|
||||
*.bin
|
||||
@@ -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