https://github.com/isaaccorley/making-convolutional-networks-shift-invariant-again-tensorflow
Tensorflow Implementation of BlurPool the Antialiasing Pooling operation from "Making Convolutional Networks Shift-Invariant Again"
https://github.com/isaaccorley/making-convolutional-networks-shift-invariant-again-tensorflow
antialiasing artificial-intelligence computer-vision keras tensorflow
Last synced: 10 months ago
JSON representation
Tensorflow Implementation of BlurPool the Antialiasing Pooling operation from "Making Convolutional Networks Shift-Invariant Again"
- Host: GitHub
- URL: https://github.com/isaaccorley/making-convolutional-networks-shift-invariant-again-tensorflow
- Owner: isaaccorley
- License: gpl-3.0
- Created: 2019-08-04T19:02:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T01:05:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T11:11:18.438Z (over 1 year ago)
- Topics: antialiasing, artificial-intelligence, computer-vision, keras, tensorflow
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Making Convolutional Networks Shift-Invariant Again Tensorflow
Tensorflow Implementation of BlurPool the Antialiasing Pooling operation from Making Convolutional Networks Shift-Invariant Again