1. 26 Nov, 2021 1 commit
  2. 25 Nov, 2021 1 commit
    • Vasilis Vryniotis's avatar
      More Multiweight support cleanups (#4948) · 18cf5ab1
      Vasilis Vryniotis authored
      * Updated the link for densenet recipe.
      
      * Set default value of `num_classes` and `num_keypoints` to `None`
      
      * Provide helper methods for parameter checks to reduce duplicate code.
      
      * Throw errors on silent config overwrites from weight meta-data and legacy builders.
      
      * Changing order of arguments + fixing mypy.
      
      * Make the builders fully BC.
      
      * Add "default" weights support that returns always the best weights.
      18cf5ab1
  3. 23 Nov, 2021 1 commit
  4. 22 Nov, 2021 7 commits
  5. 21 Nov, 2021 3 commits
  6. 19 Nov, 2021 1 commit
    • Philip Meier's avatar
      add prototype utilities to read arbitrary numeric binary files (#4882) · 8dcb5b81
      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
      8dcb5b81
  7. 18 Nov, 2021 2 commits
  8. 17 Nov, 2021 4 commits
  9. 16 Nov, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Better model checkpoints for various classification models (#4900) · 9841a907
      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.
      9841a907
    • Vasilis Vryniotis's avatar
      Cleanup Models prototype implementation (#4940) · 1deb2ec2
      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.
      1deb2ec2
  10. 12 Nov, 2021 1 commit
  11. 11 Nov, 2021 4 commits
  12. 10 Nov, 2021 3 commits
  13. 09 Nov, 2021 5 commits
  14. 08 Nov, 2021 5 commits