rhendz commited on
Commit
aa4a9d0
·
1 Parent(s): 6f57bec

Upload model

Browse files
Files changed (2) hide show
  1. modeling_spice_cnn.py +1 -1
  2. pytorch_model.bin +2 -2
modeling_spice_cnn.py CHANGED
@@ -26,7 +26,7 @@ class SpiceCNNModelForImageClassification(PreTrainedModel):
26
  nn.ReLU(),
27
  nn.MaxPool2d(kernel_size=config.pooling_size),
28
 
29
- nn.Linear(64*3*3, 128),
30
  nn.ReLU(),
31
  nn.Dropout(0.5),
32
  nn.Linear(128, config.num_classes)
 
26
  nn.ReLU(),
27
  nn.MaxPool2d(kernel_size=config.pooling_size),
28
 
29
+ nn.Linear(64*2*2, 128),
30
  nn.ReLU(),
31
  nn.Dropout(0.5),
32
  nn.Linear(128, config.num_classes)
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c00b799368a6ec4c0773f204f0ad488bb413fae16aa36cb61cf5b924bbebf2ed
3
- size 402812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bc8f3fbf442d90430939e9d7d9569b01ddb1f98c7fd9a026784d6f01471b55
3
+ size 238972