- 30 Apr, 2019 1 commit
-
-
Philip Meier authored
* added progress flag to model getters * flake8 * bug fix * backward commpability
-
- 24 Apr, 2019 1 commit
-
-
Francisco Massa authored
* Add dilation option to ResNet * Add a size check for replace_stride_with_dilation
-
- 15 Apr, 2019 1 commit
-
-
Ross Wightman authored
* Fix ResNeXt model defs with backwards compat for ResNet. * Fix Python 2.x integer div issue
-
- 05 Apr, 2019 1 commit
-
-
Francisco Massa authored
-
- 02 Apr, 2019 1 commit
-
-
Francisco Massa authored
* Add groups support to ResNet * Kill BaseResNet * Make it support multi-machine training
-
- 26 Mar, 2019 1 commit
-
-
Francisco Massa authored
-
- 11 Mar, 2019 1 commit
-
-
ekka authored
In reference to #729 added comments to clarify the naming and action of the layers performing downsampling in resnets.
-
- 11 Dec, 2018 1 commit
-
-
任广辉 authored
-
- 06 Dec, 2018 1 commit
-
-
Yuxin Wu authored
* Zero-init the residual branch in resnet * Add zero_init_residual as an option
-
- 12 Nov, 2018 1 commit
-
-
Amir Arsalan Soltani authored
-
- 06 Nov, 2018 2 commits
-
-
Erik Gaasedelen authored
* use predefined function * cleanup resnet * fix stride * revert inplanes since it isnt constant * lint
-
Adán Mora-Fallas authored
* AdaptiveAvgpool2d integrated The Average Pool Layer on SqueezeNet and ResNet was hardcoded, this was changed, now any the input size is accepted. * error fixed * linting fixed
-
- 01 Oct, 2018 1 commit
-
-
Binghuan Zhang authored
-
- 09 May, 2018 1 commit
-
-
vfdev authored
nit: replace 4 by expansion
-
- 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
-
- 20 Dec, 2017 1 commit
-
-
Christopher Beckham authored
-
- 22 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 13 Mar, 2017 1 commit
-
-
Soumith Chintala authored
-
- 27 Feb, 2017 1 commit
-
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 24 Feb, 2017 1 commit
-
-
Luke Yeager authored
-
- 17 Jan, 2017 2 commits
-
-
Sam Gross authored
Also add pre-trained ResNet-152 model. ResNet-152: Prec@1 78.312 Prec@5 94.046
-
Soumith Chintala authored
-
- 12 Jan, 2017 1 commit
-
-
Sam Gross authored
-
- 09 Jan, 2017 1 commit
-
-
Sam Gross authored
-