bitorch.models.densenet.DenseNet37

class bitorch.models.densenet.DenseNet37(*args: Any, **kwargs: Any)[source]

BinaryDenseNet-37 model from “BinaryDenseNet: Developing an Architecture for Binary Neural Networks” paper.

https://openaccess.thecvf.com/content_ICCVW_2019/html/NeurArch/Bethge_BinaryDenseNet_Developing_an_Architecture_for_Binary_Neural_Networks_ICCVW_2019_paper.html

Methods

__init__

Initializes internal Module state, shared by both nn.Module and ScriptModule.

Attributes

name

__init__(*args: Any, **kwargs: Any) None[source]

Initializes internal Module state, shared by both nn.Module and ScriptModule.