- 30 Aug, 2023 3 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
-
- 29 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 25 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 23 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 22 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 18 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 17 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 16 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 09 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 04 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 01 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 31 Jul, 2023 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 28 Jul, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <nicolashug@meta.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 27 Jul, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 24 Feb, 2023 7 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 23 Feb, 2023 2 commits
-
-
vfdev authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
-
- 21 Feb, 2023 2 commits
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 28 Feb, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Replace get_image_size/num_channels with get_image_dims * Reduce verbosity * Fix JIT-scriptability * Refactoring * More refactoring * Replace all _FP/_FT direct calls. * Remove usages of get_image_size and get_image_num_channels from code-base. * Fix JIT issues * Adding missing assertion.
-
- 18 Feb, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Adding basic augmix implementation. * Finish the implementation. * Add tests and documentation. * Fix tests. * Simplify code. * Speed optimizations. * Per image weights instead of per batch. * Fix tests. * Update torchvision/transforms/autoaugment.py Co-authored-by:
vfdev <vfdev.5@gmail.com> * Changing the default severity value to get by default the same strength as RandAugment. Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 08 Feb, 2022 1 commit
-
-
Nicolas Hug authored
* Remove APIs that were deprecated before 0.8 * More stuff * Some more * oops
-
- 01 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 07 Oct, 2021 1 commit
-
-
Nicolas Hug authored
* Add docs for PILToTensor * Update docs/source/transforms.rst Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
-
- 06 Sep, 2021 1 commit
-
-
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 docs for RandAugment. * Fix docs.
-
- 31 Aug, 2021 1 commit
-
-
puhuk authored
-
- 10 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 07 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Add auto-augment introduced transforms in docs. * Adding examples in Gallery. * Make posterize more extreme.
-
- 08 Apr, 2021 1 commit
-
-
Nicolas Hug authored
* Fixed return docstrings * Added some refs and corrected some parts * more refs, and a note about dtypes Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 10 Mar, 2021 1 commit
-
-
Aditya Oke authored
* add _all for autoaugment * adds docs * add docs, test locally * refactored as per code review
-