1. 22 Nov, 2021 4 commits
  2. 21 Nov, 2021 3 commits
  3. 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
  4. 18 Nov, 2021 2 commits
  5. 17 Nov, 2021 4 commits
  6. 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
  7. 12 Nov, 2021 1 commit
  8. 11 Nov, 2021 4 commits
  9. 10 Nov, 2021 3 commits
  10. 09 Nov, 2021 5 commits
  11. 08 Nov, 2021 5 commits
  12. 06 Nov, 2021 2 commits
  13. 05 Nov, 2021 4 commits