- 25 Oct, 2018 1 commit
-
-
Kyryl Truskovskyi authored
* cast mnist targer to int * fix unused variables * fix syntax in tests * remove # noqa; rename l variable to line_split; use except OSError * add W504 * add W504 * add W503,W504 tox.ini
-
- 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
-
- 21 Apr, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 02 Jan, 2018 1 commit
-
-
Yun Chen authored
-
- 20 Dec, 2017 1 commit
-
-
Christopher Beckham 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
-
- 20 Sep, 2017 1 commit
-
-
Mikhail Korobov authored
* added Inception v3 to index; * document pretrained models; * fix typo.
-
- 10 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 26 Aug, 2017 1 commit
-
-
Sri Krishna authored
-
- 25 Aug, 2017 1 commit
-
-
Yusu Pan authored
-
- 14 Jul, 2017 1 commit
-
-
Konstantin Lopuhin authored
-
- 02 Jun, 2017 1 commit
-
-
Sasank Chilamkurthy authored
* Add documentation for transforms * document and remove unused imports in mnist.py * document lsun, mscoco datasets * rest of the datasets documented * Clean up the documentation in other functions * Add links for datasets * Add more documentation * pep8 fix
-
- 31 May, 2017 1 commit
-
-
Sam Gross authored
Fixes #152
-
- 21 May, 2017 1 commit
-
-
Sri Krishna authored
changed a small mistake.
-
- 30 Apr, 2017 1 commit
-
-
Marat Dukhan authored
-
- 10 Apr, 2017 1 commit
-
-
Konstantin Lopuhin authored
First dimension is batch size, channel is the second
-
- 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.
-
- 28 Mar, 2017 1 commit
-
-
Karan Dwivedi authored
-
- 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
-
- 18 Mar, 2017 1 commit
-
-
soumith authored
-
- 16 Mar, 2017 1 commit
-
-
Sam Gross authored
-
- 13 Mar, 2017 2 commits
-
-
Soumith Chintala authored
-
Sam Gross authored
-
- 10 Mar, 2017 1 commit
-
-
Sam Gross 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
-
- 21 Feb, 2017 1 commit
-
-
Sam Gross authored
-
- 11 Feb, 2017 1 commit
-
-
Marat Dukhan authored
* Add SqueezeNet 1.0 and 1.1 models * Selectively avoid inplace in SqueezeNet * Use Glorot uniform initialization in SqueezeNet * Make all ReLU in SqueezeNet in-place * Add pretrained SqueezeNet 1.0 and 1.1 * Minor fixes in SqueezeNet models
-
- 02 Feb, 2017 1 commit
-
-
Thibault de Boissiere authored
* Update VGG doco
-
- 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
-