Skip to content

GSoC 2021 project

vfdev edited this page Jan 18, 2021 · 14 revisions

Getting started

There few basic requirements for new contributors. They have to accomplish the following steps:

To be considered as a GSoC student, it is necessary to have at least 3 accepted PRs to the project. They can something small like a doc fix or a simple bug fix. Please, see help wanted issues.

Projects

Improve Metrics module

Metrics module in PyTorch-Ignite proposes very unique features to evaluate a trained PyTorch model in an online manner and for any type of computation settings (single process or distributed configuration). Namely, the module provides essential metrics for classification/segmentation tasks and various regression metrics.

The plan for the improvements contains the following topics:

  • All metrics should work in distributed configuration (#1284)
  • Metrics for object detection task: implement mean Average Precision metric
  • Metrics for NLP: essential metrics for common tasks: ROUGE, BLEU, etc
  • Metrics for GANs: FID, PPL, others (see #998)
  • Add minor improvements:
    • better support of sklearn metrics
    • classification metrics with micro/macro options

Potential mentors:

Development of a Higher-level API

Library provides a very flexible way to construct a model's trainer, however this API can be optionally simplified further for a number of common tasks (#912).

  • Implement a Higher-level API
    • We can explore a solution with Model.fit API as here.
  • Provide contrib trainers with
    • Automatic Mixed Precision (#)
    • Distributed and other options, like automatic batch size via toma etc
  • Create new examples using this Higher-level API

Potential mentors: