enthought / enthought/blusky

From Cascade2d pooling/stride traits don't make sense, remove them

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
5
Forks
4
PR merge metrics
No merged PRs in 30d

Description

#: Subsequent convolutions can be applied to downsampled images for
# efficiency.
# Provide some options with Keras for this:
# Max - MaxPooling (take max value in a window)
# Average - AveragePooling (average values in window)
pooling_type = Enum(["none", "max", "average"])

# Stride - Set a stride when applying the convolutions:
# Interpreted as "factor 2^n", to apply at each convolution.
# each step, "0" gives a stride of 1 sample (the default).
# 1 will apply convolutions at every second sample.
# For now, negative numbers are not valid.
stride_log2 = Int(0)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.