- 13 Jan, 2020 1 commit
-
-
Francisco Massa authored
-
- 15 Nov, 2019 1 commit
-
-
eellison authored
* remove changes that induced BC * Re-enable tests that have been disabled * Remove outdated comment * Remove outdated comment
-
- 20 Sep, 2019 1 commit
-
-
eellison authored
* make densenet scriptable * make py2 compat * use torch List polyfill * fix unpacking for checkpointing * fewer changes to _Denseblock * improve error message * print traceback * add typing dependency * add typing dependency to travis too * Make loading old checkpoints work
-
- 19 Jul, 2019 1 commit
-
-
apache2046 authored
Fix the old flatten method which use the size(0) to caculate the batch size, the old method will intruduce Gather opertion in the onnx output, which will faild parsed by tensorRT 5.0 (#1134)
-
- 05 Jul, 2019 1 commit
-
-
ekka authored
* Add memory_efficient args to densenet docs This PR adds the arg `memory_efficient` to densenet docs and also mentions the relevant publication. * linting
-
- 07 Jun, 2019 1 commit
-
-
Francisco Massa authored
* GPU efficient Densenets * removed `import math` * Changed 'efficient' to 'memory_efficient' * Add tests * Bugfix in test * Fix lint * Remove unecessary formatting
-
- 30 Apr, 2019 1 commit
-
-
Philip Meier authored
* added progress flag to model getters * flake8 * bug fix * backward commpability
-
- 17 Apr, 2019 1 commit
-
-
Adam J. Stewart authored
-
- 01 Apr, 2019 1 commit
-
-
Sepehr Sameni authored
* remove duplicate code from densenet * correct indentation
-
- 27 Nov, 2018 1 commit
-
-
kwu authored
* Changing to AdaptiveAvgPool2d * add whitespace
-
- 12 Nov, 2018 1 commit
-
-
Amir Arsalan Soltani authored
* Update densenet.py * Update densenet.py
-
- 30 Apr, 2018 1 commit
-
-
Ryuichiro Hataya authored
* fix for PyTorch v0.4 (remove .data and add _ for the initializations in nn.init) * fix m.**.**() style to nn.init.**(**) style * remove .idea * fix lines and indents * fix lines and indents * change to use `kaming_normal_` * add `.data` for safety * add nonlinearity='relu' for sure * fix indents
-
- 21 Apr, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 14 Dec, 2017 1 commit
-
-
Sri Krishna authored
* Update densenet.py added missing weight init for densenet * Update densenet.py following official implementation [here](https://github.com/liuzhuang13/DenseNet/blob/master/models/densenet.lua#L160) * Update densenet.py changed to nn.init & fixed lint
-
- 22 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 07 Oct, 2017 1 commit
-
-
Sasank Chilamkurthy authored
-
- 10 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 14 Jul, 2017 1 commit
-
-
Konstantin Lopuhin authored
-
- 01 Apr, 2017 1 commit
-
-
Furiously Curious authored
I have made some performance improvements to the model, and testing them now. If results turn out good, I will submit a separate PR.
-
- 27 Mar, 2017 1 commit
-
-
Yuanzheng Ci authored
Using python2 style '/' will convert int type to float in python3 which will cause the following error when creating FloatTensor: TypeError: torch.FloatTensor constructor received an invalid combination of arguments - got (float, int, int, int), but expected one of: * no arguments * (int ...) didn't match because some of the arguments have invalid types: (float, int, int, int)
-
- 23 Mar, 2017 1 commit
-
-
Geoff Pleiss authored
-