Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akihironitta/calconv

A simple calculator for size of neural networks
https://github.com/akihironitta/calconv

Last synced: 26 days ago
JSON representation

A simple calculator for size of neural networks

Awesome Lists containing this project

README

        

* NAME

=calconv= - A simple calculator for size of neural networks.

* DESCRIPTION

=calconv= calculates output size of single or multiple convolution layers.
While =torchsummary= gets information about size of each layer by passing a random tensor through the network
and thus need to actually allocate memory, =calconv= only uses parameters of convolution layers and works even under very limited resources.

=calconv= is still the best choice on multiple GPUs
when you have to deal with very high resolution (VHR) imagery like satellite imagery.