Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 250 Bytes

Tensorflow DenseNet-BC

This is an implementation of DenseNet-BC (https://github.com/liuzhuang13/DenseNet) based on the authors' Torch code and TF-Slim ResNet code.

Usage

Coming soon....

Dependencies

  • Tensorflow r0.12
  • TF-Slim