1. 26 Nov, 2021 1 commit
  2. 25 Nov, 2021 2 commits
    • 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
    • Yuchen Huang's avatar
      [iOS] Fix VisionTestApp setups (#4989) · 09e759ea
      Yuchen Huang authored
      09e759ea
  3. 24 Nov, 2021 1 commit
  4. 23 Nov, 2021 1 commit
  5. 22 Nov, 2021 9 commits
  6. 21 Nov, 2021 3 commits
  7. 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
  8. 18 Nov, 2021 4 commits
  9. 17 Nov, 2021 5 commits
  10. 16 Nov, 2021 6 commits
  11. 15 Nov, 2021 2 commits
  12. 14 Nov, 2021 1 commit
  13. 12 Nov, 2021 4 commits