Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 949 Bytes

File metadata and controls

22 lines (18 loc) · 949 Bytes

Fixed Separable convolutions in CNNs

In this work, I replace standard convolutions with fixed separable convolutions in several popular neural networks. I study how these modifications influence performance of CNNs. Several different domains and networks are tried here.

  1. Image Classification with ResNets
  2. Image Generation with DCGAN

Note: Some of the code used here is taken from open source repositories or is influenced by work of other people. Complete list of references and credits will be added later. The main sources are:

Dependencies

The code is written in python and uses pytorch.
Dependencies can be installed via:

conda env create -f  environment.yml

Licence

All files are provided under the terms of the Apache License, Version 2.0.