1. 11 Nov, 2021 6 commits
  2. 10 Nov, 2021 3 commits
  3. 09 Nov, 2021 6 commits
  4. 08 Nov, 2021 5 commits
  5. 06 Nov, 2021 3 commits
  6. 05 Nov, 2021 8 commits
  7. 04 Nov, 2021 7 commits
  8. 03 Nov, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Adding multiweight support to Quantized InceptionV3 (#4850) · 1cbd9cde
      Vasilis Vryniotis authored
      * Moving builder to the bottom to use proper typing.
      
      * Renaming weights.
      
      * Adding quantizated inception builder.
      
      * Correct meta info.
      
      * Fix linter.
      
      * Removing init_weights to avoid exposing it on the class.
      1cbd9cde
    • Bruno Korbar's avatar
      Fast seek implementation (#3179) · 4ccef06c
      Bruno Korbar authored
      
      
      * modify processPacket to support fast seek
      
      * add fastSeek to ProcessPacket decoder definition
      
      * add fastseek flag to DecoderParametersStruct
      
      * add fastseek flag to the process packet call
      
      * no default params in C++ implementation
      
      * enable flag in C++ implementation
      
      * make order of parameters more normal
      
      * register new seek with python api
      
      * [somewhat broken] test suite for keyframes using pyav
      
      * revert " changes
      
      * add type annotations to init
      
      * Adding tests
      
      * linter
      
      * Flake doesn't show up :|
      
      * Change from unitest to pytest syntax
      
      * add return type
      Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
      4ccef06c