Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
189 views
in Technique[技术] by (71.8m points)

python - Keras: how to build a custom Nearest-Neighbor downsampling layer?

Let's say i want to perform a non-learnable nearest neighbor downsampling on the input tensor.

nnDownSample2D(factor, inputLayer)

Specifically, I only want to keep the topleft corner

1 0 .. 0
0 0 .. 0
...
0 0 .. 0

how do i achieve this in keras?

question from:https://stackoverflow.com/questions/65645423/keras-how-to-build-a-custom-nearest-neighbor-downsampling-layer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...