"csrc/multi_tensor_apply_base.cuh" did not exist on "cdc170607364c2d25ece54d22e63406e6a8f8469"
- 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
-