carpentries-incubator / intro-image-classification-cnn

new lesson on image classification with convolutional neural networks
https://carpentries-incubator.github.io/intro-image-classification-cnn/
Other
2 stars 3 forks source link

should we add default args to methods? #21

Closed erinmgraham closed 6 months ago

erinmgraham commented 1 year ago

For example, we don't specify the pool size (2,2) for MaxPooling or batch_size (32) for model.fit

erinmgraham commented 6 months ago

Added argument names to all functions as part of script changes for second trial