Skip to content

The code for my bachelor thesis with the topic "Convolutional neural networks with fixed kernels"

Notifications You must be signed in to change notification settings

khakhlyuk/fixedconv

Repository files navigation

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.

About

The code for my bachelor thesis with the topic "Convolutional neural networks with fixed kernels"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published