- 07 Mar, 2019 1 commit
-
-
Michael Kösel authored
* Add GoogLeNet (Inception v1) * Fix missing padding * Add missing ReLu to aux classifier * Add Batch normalized version of GoogLeNet * Use ceil_mode instead of padding and initialize weights using "xavier" * Match BVLC GoogLeNet zero initialization of classifier * Small cleanup * use adaptive avg pool * adjust network to match TensorFlow * Update url of pre-trained model and add classification results on ImageNet * Bugfix that improves performance by 1 point
-
- 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.
-
- 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
-
- 23 Mar, 2017 1 commit
-
-
Geoff Pleiss authored
-
- 16 Mar, 2017 1 commit
-
-
Sam Gross authored
-
- 13 Mar, 2017 1 commit
-
-
Sam Gross authored
-
- 10 Mar, 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
-
- 17 Jan, 2017 1 commit
-
-
Sam Gross authored
Also add pre-trained ResNet-152 model. ResNet-152: Prec@1 78.312 Prec@5 94.046
-
- 09 Jan, 2017 1 commit
-
-
Sam Gross authored
-