Skip to content

Commit 04bdd9b

Browse files
authored
Merge pull request #88 from slegroux/87-resnet
87 resnet
2 parents 87cc5c6 + 4727704 commit 04bdd9b

File tree

9 files changed

+1495
-212
lines changed

9 files changed

+1495
-212
lines changed

config/model/image/convnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
batchnorm:
22
_target_: nimrod.models.conv.ConvNet
3-
n_features: [1, 8, 16, 32, 64] # channel/feature expansion
3+
n_features: [1, 8, 16, 32, 64, 128] # channel/feature expansion
44
num_classes: 10 # number of output classes
55
kernel_size: 3 # convolution kernel size
66
bias: false # disable bias since using BatchNorm

nbs/image.datasets.ipynb

+67-75
Large diffs are not rendered by default.

nbs/models.conv.ipynb

+464-124
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)