- 25 Apr, 2019 7 commits
-
-
Surgan Jandial authored
-
Philip Meier authored
* fixed check integrity * stylistic changes * added test for check_md5 and check_integrity * flake8 * fix path to test file if not executed from test folder
-
Surgan Jandial authored
* final changes * final * linter * test changes * linter * lint * indent * lint * minor changes * parameter added * ci * ci fixes * indent * indent * indent * arg fixed
-
Philip Meier authored
* fixed check integrity * stylistic changes * flake8
-
Dhananjay authored
* added is_valid_file option * small fixes * fixes * flake8 fixes * some test * flake8 fixes * improvements * modifications on tests * fixes * minor fix
-
Philip Meier authored
-
Francisco Massa authored
-
- 24 Apr, 2019 2 commits
-
-
Francisco Massa authored
* Add dilation option to ResNet * Add a size check for replace_stride_with_dilation
-
Francisco Massa authored
-
- 18 Apr, 2019 2 commits
-
-
Philip Meier authored
* Fix wrong doc string * bug fix
-
Philip Meier authored
-
- 17 Apr, 2019 1 commit
-
-
Adam J. Stewart authored
-
- 16 Apr, 2019 1 commit
-
-
Ailing authored
* add all available models * simplify vision hubconf
-
- 15 Apr, 2019 1 commit
-
-
Ross Wightman authored
* Fix ResNeXt model defs with backwards compat for ResNet. * Fix Python 2.x integer div issue
-
- 12 Apr, 2019 2 commits
-
-
cormoran authored
* fix inconsistent behavior for ~ expression * remove duplicated code
-
Philip Meier authored
-
- 10 Apr, 2019 1 commit
-
-
Ashok M authored
-
- 09 Apr, 2019 5 commits
-
-
Ashok M authored
-
ekka authored
* Update test_transforms.py * Update transforms.py
-
Soumith Chintala authored
-
Soumith Chintala authored
-
Soumith Chintala authored
-
- 08 Apr, 2019 2 commits
-
-
Ashok M authored
-
Allan Wang authored
-
- 05 Apr, 2019 2 commits
-
-
Francisco Massa authored
-
Ashok M authored
-
- 04 Apr, 2019 2 commits
-
-
Philip Meier authored
* introduced new super class for all vision datasets * Removed root from repr if dataset has no root * reverted some overly-ambitious autoformatting * reverted some overly-ambitious autoformatting * added split attribute to repr of STL10 dataset * made Python2 friendly and more robust * Fixed call of the superclass constructor * moved transform and target_transform back to the base classes * added check if transforms are present before printing to avoid setting them within the constructor * added missing transforms and target_transforms to base classes * fixed linter error
-
Sepehr Sameni authored
* add aux_logits support to inception it is related to pytorch/pytorch#18668 * instantiate InceptionAux only when requested it is related to pytorch/pytorch#18668 * revert googlenet * support and aux_logits in pretrained models * return namedtuple when aux_logit is True
-
- 03 Apr, 2019 1 commit
-
-
James Hamm authored
str.endswith can take a single string, or a tuple of strings. This replaces a loop over each extension and a call to endswith with a single call to endswith passing in all the allowed extensions. This has the advantage that the loop over each extension is done in c rather than python, and the code is a little less verbose.
-
- 02 Apr, 2019 2 commits
-
-
Francisco Massa authored
* Add groups support to ResNet * Kill BaseResNet * Make it support multi-machine training
-
Surgan Jandial authored
Making references/classification/train.py and references/classification/utils.py compatible with python2 (#831) * linter fixes * linter fixes
-
- 01 Apr, 2019 1 commit
-
-
Sepehr Sameni authored
* remove duplicate code from densenet * correct indentation
-
- 29 Mar, 2019 3 commits
-
-
Michael Kösel authored
-
Michael Kösel authored
* Match Tensorflows implementation of GoogLeNet * just disable the branch when pretrained is true * don't use legacy code
-
Parth Agarwal authored
Changed 'channely' to 'channel' in the comments of normalize function.
-
- 28 Mar, 2019 2 commits
-
-
Francisco Massa authored
* Add MobileNet V2 * Remove redundant functions and make tests pass * Simplify a bit the implementation * Reuse ConvBNReLU more often * Remove input_size and minor changes * Py2 fix
-
Francisco Massa authored
* Initial version of classification reference training script * Updates * Minor updates * Expose a few more options * Load optimizer and lr_scheduler when resuming Also log the learning rate * Evaluation-only and minor improvements Identified a bug in the reporting of the results. They need to be reduced between all processes * Address Soumith's comment * Fix some approximations on the evaluation metric * Flake8
-
- 26 Mar, 2019 3 commits
-
-
ekka authored
-
ekka authored
-
ekka authored
* Add test for loading pretrained models The update modifies the test to check whether the model can successfully load the pretrained weights. Will raise an error if the model parameters are incorrectly defined or named. * Add test on 'num_class' Passing num_class equal to a number other than 1000 helps in making the test more enforcing in nature.
-