"src/vscode:/vscode.git/clone" did not exist on "2755ef62d97a97d76443d7d07125629a7d6c41bc"
  1. 28 Oct, 2021 2 commits
  2. 27 Oct, 2021 4 commits
  3. 26 Oct, 2021 6 commits
  4. 25 Oct, 2021 6 commits
  5. 22 Oct, 2021 5 commits
  6. 21 Oct, 2021 7 commits
  7. 20 Oct, 2021 8 commits
  8. 19 Oct, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Refactor Segmentation models (#4646) · a1d6b314
      Vasilis Vryniotis authored
      * Move FCN methods to itsown package.
      
      * Fix lint.
      
      * Move LRASPP methods to their own package.
      
      * Move DeepLabV3 methods to their own package.
      
      * Adding deprecation warning for torchvision.models.segmentation.segmentation.
      
      * Refactoring deeplab.
      
      * Setting aux default to false.
      
      * Fixing imports.
      
      * Passing backbones instead of backbone names to builders.
      
      * Fixing mypy
      
      * Addressing review comments.
      
      * Correcting typing.
      
      * Restoring special handling for references.
      a1d6b314
    • Philip Meier's avatar
      streamline category file generation for prototype datasets (#4642) · e4a4a29a
      Philip Meier authored
      
      
      * streamline category file generation for prototype datasets
      
      * cleanup
      Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
      e4a4a29a