- 22 Nov, 2021 4 commits
-
-
Joao Gomes authored
* change to stable sort in nms implementations
-
Kai Zhang authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* add third party dependencies to prototype datasets * add test for Dataset.to_datapipe * add missing annotation
-
Vasilis Vryniotis authored
* Add multi-type support on get_weight. * Fix bug on method call. * Adding logging suffix for QAT.
-
- 21 Nov, 2021 3 commits
-
-
Prabhat Roy authored
* Update wide_resnet101 accuracy values and path to improved model * Fixed github link
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
-
- 19 Nov, 2021 1 commit
-
-
Philip Meier authored
* add FloReader datapipe * add NumericBinaryReader * revert unrelated change * cleanup * cleanup * add comment for byte reversal * use numpy after all * appease mypy * use .astype() with copy=False * add docstring and cleanuo * reuse current _read_flo and revert MNIST changes * cleanup * revert demonstration * refactor * cleanup * add support for mutable memory * add test * add comments * catch more exceptions * fix mypy * fix variable names * hardcode flow sizes in test * add fix dtype docstring * expand comment on different reading modes * add comment about files in update mode * add tests for fromfile * cleanup * cleanup
-
- 18 Nov, 2021 2 commits
-
-
Philip Meier authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Philip Meier authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 17 Nov, 2021 4 commits
-
-
F-G Fernandez authored
* style: Added typing annotations * style: Fixed lint * style: Fixed typing * chore: Updated mypy.ini * style: Fixed typing * chore: Updated mypy.ini * style: Fixed typing compatibility with jit * style: Fixed typing * style: Fixed typing * style: Fixed missing import * style: Fixed typing of __iter__ * style: Fixed typing * style: Fixed lint * style: Finished typing * style: ufmt the file * style: Removed unnecessary typing * style: Fixed typing of iterator Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
* return features instead of vanilla tensors from prototype datasets * fix tests * remove inplace * add explanation for __init_subclass__ * fix label for test split * relax test * remove pixels
-
Vasilis Vryniotis authored
-
Joao Gomes authored
* refactoring methods from MultiScaleRoIAlign
-
- 16 Nov, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Add new weights for MobileNetV3 Large. * Update weights for ResNet101. * Update weights for ResNet152. * Update numbers of ResNet101 and ResNet152 with batch size 1. * Adding new weights for ResNeXt101_32x8d * Batch size 1 stats for ResNeXt101_32x8d * Update weights for MobileNetV3 Large. * Update weights for ResNeXt50. * Fix merge issues. * Updating the URLs to indicate the recipe config.
-
Vasilis Vryniotis authored
* Disable WeightEntry to pass-through `Weights.verify()` * Rename `Weights.state_dict()` to `Weights.get_state_dict()` * Add TODO for missing doc. * Moving warning messages for googlenet. * Upper-case global `_COMMON_META` var * Replace argument with parameter in all warnings.
-
- 12 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 11 Nov, 2021 4 commits
-
-
Ethan White (he/him) authored
Closes #4905 Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Prabhat Roy authored
* Add new weights for wide_resnet101_2 model * Updated accuracies Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Philip Meier authored
* add initial chunk of prototype transforms * fix tests * add error message * fix more imports * add explicit no-ops * add test for no-ops * cleanup
-
- 10 Nov, 2021 3 commits
-
-
Aditya Oke authored
* Start writing gallery example * Remove the child image fix implementation add code * add docs * Apply suggestions from code review Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * address review update thumbnail Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
Description: - Applied `contiguous` on decoded output tensor in decode_jpeg and decode_png ops - Updated tests and docs Related to #4880
- 09 Nov, 2021 5 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
-
Aditya Oke authored
* fix * Outline Keypoints API * Add utility * make it work :) * Fix optional type * Add connectivity, fmassa's advice
😃 * Minor code improvement * small fix * fix implementation * Add tests * Fix tests * Update colors * Fix bug and test more robustly * Add a comment, merge stuff * Fix fmt * Support single str for merging * Remove unnecessary vars. Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Kotchin authored
Reverted folder.py back to using complete path to file for make_dataset and is_valid_file rather than just the filename (#4885) Co-authored-by:Alexander Unnervik <alex.unnervik@idiap.ch>
-
- 08 Nov, 2021 5 commits
-
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Adding multiweight support to SSDlite. * Fixing lint and mypy issues. * Adding size in the meta. * Adding interpolation in meta.
-
Nicolas Hug authored
-
Philip Meier authored
* add test split for imagenet * add infinite buffer size to shuffler
-
- 06 Nov, 2021 2 commits
-
-
Vasilis Vryniotis authored
-
Kai Zhang authored
* remove unused imports * update lsun
-
- 05 Nov, 2021 4 commits
-
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
* Adding multiweight support to Keypoint RCNN. * Fix linter.
-
Vasilis Vryniotis authored
-
Prabhat Roy authored
* Updated wide_resnet50_2 model weights * Update Accs with batch-size 1. * Update checkpoint and accs. Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-