question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[RFC] Batteries Included - Phase 2

See original GitHub issue

🚀 The feature

Note: To track the progress of the project check out this board.

This is the 2nd phase of TorchVision’s modernization project (see phase 1). We aim to keep TorchVision relevant by ensuring it provides off-the-shelf all the necessary primitives, model architectures and recipe utilities to produce SOTA results for the supported Computer Vision tasks.

1. New Primitives

To enable our users to reproduce the latest state-of-the-art research we will enhance TorchVision with the following data augmentations, layers, losses and other operators:

Data Augmentations

Layers

Losses

Operators added in PyTorch Core

2. New Architectures & Model Iterations

To ensure that our users have access to the most popular SOTA models, we will add the following architectures along with pre-trained weights. Moreover we will improve existing architectures with commonly adopted optimizations introduced in follow up research:

Image Classification

Object Detection & Segmentation

Video Classification

3. Improved Training Recipes & Pre-trained models

To ensure that are users can have access to strong baselines and SOTA weights, we will improve our training recipes to incorporate the newly released primitives and offer improved pre-trained models:

Reference Scripts

  • Update EMA to use PyTorch Core’s new implementation - #5469
  • Add support of new Detection primitives in Reference Scripts - #5715

Pre-trained weights


Other Candidates

There are several other Operators (#5414), Losses (#2980), Augmentations (#3817) and Models (#2707) proposed by the community. Here are some potential candidates that we could implement depending on bandwidth. Contributions are welcome for any of the below:

cc @datumbox @vfdev-5

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:12
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
xiaohu2015commented, Feb 25, 2022

@datumbox I think Swin Transformer is a very popular model, so I am planing to add it to torchvsion.

1reaction
lezwoncommented, Apr 14, 2022

@datumbox sounds good 👍 I’ll get started on it and ping you once i have a POC ready.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RFC 7577: Definition of Managed Objects for Battery Monitoring
Further information on Internet Standards is available in Section 2 of RFC 5741. ... Other means may be required for reporting on these...
Read more >
RFC Power | The future of energy storage
We are developing the world's lowest cost flow battery. Our mission is to enable the transition to 100% renewable energy by developing the...
Read more >
Definition of Managed Objects for Battery Monitoring RFC 7577
Standards Track [Page 2] RFC 7577 Battery MIB July 2015 o the current charge of a battery, o the age of a battery...
Read more >
RFC Battery Extinguishing System - Made for safe ... - YouTube
Innovative extinguishing.With the RFC Battery extinguishing system, Rosenbauer provides the answer to new fire sources in electric vehicles: ...
Read more >
Long Duration Lunar Energy Storage and Discharge
Many of these systems will be required to provide continuous power during a ... feasibility during Phase I and show a path toward...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found