gpleiss / efficient_densenet_pytorch

A memory-efficient implementation of DenseNets
MIT License
1.52k stars 327 forks source link

[Trivial] Fix a typo in demo.py doc string. #41

Closed grapeot closed 6 years ago

grapeot commented 6 years ago

The original doc string in demo.py was wrong. For naive DenseNet implementation, --efficient should be False instead of True.

gpleiss commented 6 years ago

Lol thanks :)