YutingHe-list / DenseBiasNet-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DenseBiasNet-pytorch

The dense biased network implementated by pytorch has two versions:

  1. DenseBiasNet_a.py, DenseBiasNet_a_deeper.py, DenseBiasNet_state_a and DenseBiasNet_state_a_deeper.py are implementated via the dense biased connection in our MICCAI version.

  2. DenseBiasNet_state_b.py, DenseBiasNet_state_b_deeper.py and DenseBiasNet_b.py are implementated via the dense biased connection in our MedIA version.

When 'state' in the file name, the bias quantity $m$ in the dense bias connection is the same fixed value such as 1, 2, etc in each layer. When there is no 'state' in file name, the bias quantity $m$ in the dense bias connection is the proportion of the feature maps from each layer.

If you use densebiasnet or some part of the code, please cite (see bibtex):

About


Languages

Language:Python 98.6%Language:TeX 1.4%