- 19 Oct, 2021 5 commits
-
-
Philip Meier authored
* streamline category file generation for prototype datasets * cleanup Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Aditya Oke authored
* Start adding types * add typing * Type prototype models * fix optional type bug * transient import * Fix weights type * fix import * Apply suggestions from code review Address nits Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Khushi Agrawal <khushiagrawal411@gmail.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Harish Kulkarni authored
* Updated compatibility matrix to include LTS version * Backed out inadvertent change Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
-
- 18 Oct, 2021 7 commits
-
-
Philip Meier authored
-
Bruno Korbar authored
* initial commit * initial commit * flake8 * last nits Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Vasilis Vryniotis authored
* Fixing minor issue on typing. * Sample implementation for quantized resnet50.
-
Vasilis Vryniotis authored
-
Philip Meier authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Joao Gomes authored
* adding test for trainable paramters in detection models * modifying range of trainable layers Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Guo authored
We no longer cache the data in a custom binary, but simply read from the raw data directly. Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 17 Oct, 2021 1 commit
-
-
Dmytro authored
-
- 15 Oct, 2021 5 commits
-
-
Kai Zhang authored
-
Aditya Oke authored
* Annotate rpn * Small fix * Small fix and ignore Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
* Adding FasterRCNN ResNet50. * Refactoring to remove duplicate code. * Adding typing info. * Setting weights_backbone=None as default value. * Overwrite eps only for specific weights.
-
Francisco Massa authored
* Add scripts for facilitating generating release notes * remove unused lists, and added instructions, applied balck * renamed file * Added pandas script directly Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 14 Oct, 2021 2 commits
-
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
* Adding lightweight API for models. * Adding resnet50. * Fix preset * Add fake categories. * Fixing mypy. * Add string=>weight conversion support on Enums. * Temporarily hardcoding imagenet categories. * Minor refactoring.
-
- 13 Oct, 2021 4 commits
-
-
Nicolas Hug authored
-
Muhammed Abdullah authored
* Added Dropout parameter of Models * Added argument description for dropout in MobileNet v2 and v3 Updated quantization/googlenet.py as per the changes in constructor in googlenet * Moved new dropout parameter n the end * Updated googlenet.py Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Jirka Borovec authored
Co-authored-by:
deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by:
deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Joao Gomes authored
* adding tests to check output of quantized models * adding test quantized model weights * merge test_new_quantized_classification_model with test_quantized_classification_model * adding skipif removed by mistake * addressing comments from PR * removing unused argument * fixing lint errors * changing model to eval model and updating weights * Update test/test_models.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * enforce single test in circleci * changing random seed * updating weights for new seed * adding missing empty line * try 128 random seed * try 256 random seed * try 16 random seed * disable inception_v3 input/output quantization tests * removing ModelTester.test_inception_v3_quantized_expect.pkl * reverting temporary ci run_test.sh changes Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 12 Oct, 2021 2 commits
-
-
Aditya Oke authored
* Add typing for imagelist, move params to docstring * Add docs
-
Aditya Oke authored
* Start annotating utils * checking * Add annotations at _utils.py * Remove unnecessary comments. * re-checked typings * Update typing * Ignore small error * Use optional tensor * Ignore for JIT Co-authored-by:
Khushi Agrawal <khushiagrawal411@gmail.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 11 Oct, 2021 3 commits
-
-
Yi Zhang authored
Co-authored-by:Jane (Yuan) Xu <31798555+janeyx99@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Muhammed Abdullah authored
-
- 08 Oct, 2021 5 commits
-
-
Sergii Khomenko authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Nicolas Hug authored
-
Prabhat Roy authored
-
Joao Gomes authored
* mExplicitly copying array in pil_to_tensor * Update torchvision/transforms/functional.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * Adding comments regarding implicit array deep copy in PILToTensor transform * Update torchvision/transforms/transforms.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 07 Oct, 2021 6 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
* add benchmark utility for datasets * cleanup * cleanup * add benchmarks for MNIST and variants * simplifiy return if exeception * refactor benchmark instantiation logic Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
vfdev authored
* Use FX feature extractor for segm model * Removed use_fe option
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-