Harmonic networks. Implementation of paper results
Posted on Sun 10 March 2019 in posts • Tagged with deep learning, computer vision, work in progress • 5 min read
I implement an interesting result from a recent paper on convolutional neural networks.
Introduction
In this post I will briefly discuss my implementation of a model introduced in this paper.
In short, the authors suggest using predefined filters in a convolutional network based on Discrete Cosine Transform.
I used PyTorch …
Continue reading