- 14 Sep, 2021 1 commit
-
-
Muhammed Abdullah authored
* Added LFW Dataset * Added dataset to list in __init__.py * Updated lfw.py * Created a common superclass for people and pairs type datatsets * corrected the .download() method * Added docstrings and updated datasets.rst * Wrote tests for LFWPeople and LFWPairs * Resolved mypy error: Need type annotation for "data" * Updated inject_fake_data method for LFWPeople * Updated tests for LFW * Updated LFW tests and minor changes in lfw.py * Updated LFW * Added functionality for 10-fold validation view * Optimized the code so to replace repeated lines by method in super class * Updated LFWPeople to get classes from all lfw-names.txt rather than just the classes fron trainset * Updated lfw.py and tests * Updated inject_fake_data method to create 10fold fake data * Minor changes in docstring and extra_repr * resolved py lint errors * Added checksums for annotation files * Minor changes in test * Updated docstrings, defaults and minor changes in test * Removed 'os.path.exists' check Co-authored-by:
ABD-01 <myac931@gmai.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 13 Sep, 2021 1 commit
-
-
Philip Meier authored
* add pre-commit hooks * ignore yamls in packaging/* * add pre-commit to contributing guide lines * Update CONTRIBUTING.md Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * remove some hooks * fix docstrings * fix end of files Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 08 Sep, 2021 1 commit
-
-
Vassilis C. Nicodemou authored
Co-authored-by:
Vassilis Nicodemou <nikodim@ics.forth.gr> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 07 Sep, 2021 1 commit
-
-
Vasilis Vryniotis authored
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/63414 Misuse of raw pointer in here where stack is never nullable. ghstack-source-id: 136938318 Reviewed By: ejguan Differential Revision: D30375410 fbshipit-source-id: 9d65b620bb76d90d886c800f54308520095d58ee Co-authored-by:
Zhengxu Chen <zhxchen17@fb.com>
-
- 06 Sep, 2021 3 commits
-
-
Francisco Massa authored
-
Alexander Soare authored
* add fx feature extraction util * Make it possible to use train and eval mode * FX feature extraction - Tweaks and small bug fixes * FX feature extraction - add tests * move to feature_extraction.py, add LeafModuleAwareTracer, add docs * Tweaks to docs * addressing latest round of feedback * undo line spacing changes * change type hints in docstrings * fix sphinx indentation * expose feature_extraction * add maskrcnn example * add api refernce subheading * address latest review notes, refactor names, fix regex, cosmetics * Add back efficientnet to models * fix tests for effnet * fix linting issue * fix test tracer kwargs Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
SamuelGabriel authored
* Initial Proposal * Tensor Save Test + Test Name Fix * Formatting + removing unused argument * fix old argument * fix isnan check error + indexing error with jit * Fix Flake8 error. * Fix MyPy error. * Fix Flake8 error. * Fix PyTorch JIT error in UnitTests due to type annotation. * Fixing tests. * Removing type ignore. * Adding support of ta_wide in references. * Move methods in classes. * Moving new classes to the bottom. * Specialize to TA to TAwide * Add missing type * Fixing lint * Fix doc * Fix search space of TrivialAugment. Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <vvryniotis@fb.com>
-
- 02 Sep, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Adding randaugment implementation * Refactoring. * Adding num_magnitude_bins. * Adding FIXME.
-
- 27 Aug, 2021 1 commit
-
-
Vasilis Vryniotis authored
[ghstack-poisoned] Co-authored-by:Bert Maher <bertrand@fb.com>
-
- 26 Aug, 2021 2 commits
-
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Adding code skeleton * Adding MBConvConfig. * Extend SqueezeExcitation to support custom min_value and activation. * Implement MBConv. * Replace stochastic_depth with operator. * Adding the rest of the EfficientNet implementation * Update torchvision/models/efficientnet.py * Replacing 1st activation of SE with SiLU. * Adding efficientnet_b3. * Replace mobilenetv3 assets with custom. * Switch to standard sigmoid and reconfiguring BN. * Reconfiguration of efficientnet. * Add repr * Add weights. * Update weights. * Adding B5-B7 weights. * Update docs and hubconf. * Fix doc link. * Fix typo on comment.
-
- 23 Aug, 2021 1 commit
-
-
Nikita Shulga authored
-
- 20 Aug, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Adding operator. * Adding tests * switching order of `p` and `mode`. * Remove seed setting. * Replace stats import with pytest.importorskip. * Fix doc * Apply suggestions from code review Co-authored-by:
Francisco Massa <fvsmassa@gmail.com> * Fixing indentation. * Adding operator in the documentation. * Fixing lint Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 19 Aug, 2021 1 commit
-
-
Philip Meier authored
-
- 18 Aug, 2021 1 commit
-
-
Alex Lin authored
* Replace in test_datasets* * Replace in test_image.py * Replace in test_transforms_tensor.py * Replace in test_internet.py and test_io.py * get_list_of_videos is util function still use get_tmp_dir * Fix get_list_of_videos siginiture * Add get_tmp_dir import * Modify test_datasets_video_utils.py for test to pass * Fix indentation * Replace get_tmp_dir in util functions in test_dataset_sampler.py * Replace get_tmp_dir in util functions in test_dataset_video_utils.py * Move get_tmp_dir() to datasets_utils.py and refactor * Fix pylint, indentation and imports * import shutil to common_util.py * Fix function signiture * Remove get_list_of_videos under context manager * Move get_list_of_videos to common_utils.py * Move get_tmp_dir() back to common_utils.py * Fix pylint and imports Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 17 Aug, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Skip the test if the failure is due to a connection error. * Add todo.
-
- 16 Aug, 2021 1 commit
-
-
Nicolas Hug authored
-
- 12 Aug, 2021 1 commit
-
-
Vincent Moens authored
* interlaced png images Co-authored-by:Vincent Moens <vmoens@fb.com>
-
- 06 Aug, 2021 2 commits
-
-
Vincent Moens authored
Co-authored-by:Vincent Moens <vmoens@fb.com>
-
Vincent Moens authored
using nn.init.trunc_normal_ instead of scipy.stats.truncnorm Co-authored-by:Vincent Moens <vmoens@fb.com>
-
- 04 Aug, 2021 2 commits
-
-
vfdev authored
* WIP on backward op interpolation with AA * Removed cuda tests and reformat cpp code * Fixed clang wrong formatting * Added channels last test case * Added CUDA support for backward pass, interpolation with AA * Removed unused buffers Co-authored-by:vfdev-5 <vfdev-5@gmail.com>
-
Nicolas Hug authored
-
- 02 Aug, 2021 1 commit
-
-
Vincent Moens authored
* test_video_reader pytest refactoring * pytest refactoring of test_videoapi.py * test_video_reader pytest refactoring * pytest refactoring of test_videoapi.py * using pytest.approx for test_video_reader.py * using pytest.approx for test_videoapi.py * Fixing minor comments * linting fixes * minor comments Co-authored-by:Vincent Moens <vmoens@fb.com>
-
- 28 Jul, 2021 2 commits
-
-
Yiwen Song authored
* Port test_datasets.py to use pytest * A better replacement of self.assertSequenceEqual * Migrate from equality check to identity check
-
vfdev authored
* WIP on backward op interpolation with AA * Removed cuda tests and reformat cpp code * Fixed clang wrong formatting * Added channels last test case Co-authored-by:
vfdev-5 <vfdev-5@gmail.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 27 Jul, 2021 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 26 Jul, 2021 1 commit
-
-
Nicolas Hug authored
-
- 25 Jul, 2021 1 commit
-
-
Prabhat Roy authored
-
- 22 Jul, 2021 2 commits
-
-
Gary Miguel authored
-
Philip Meier authored
* mock out redirect behavior for testing * revert unrelated change * simplify * move tests out of internet tests * replace urls with dummys * improve checking of mock calls
-
- 16 Jul, 2021 1 commit
-
-
Gary Miguel authored
-
- 14 Jul, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 12 Jul, 2021 3 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Meghan Lele <meghanl@fb.com>
-
Nicolas Hug authored
-
- 01 Jul, 2021 1 commit
-
-
dgenzel2 authored
* Add iNaturalist dataset * Add download support * address comments Co-authored-by:
dgenzel <dgenzel@fb.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 28 Jun, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Add check for fx compatibility on segmentation models. * Add fx check on video models.
-
Nicolas Hug authored
-
- 25 Jun, 2021 2 commits
-
-
Nicolas Hug authored
-
Anirudh authored
-