pytorch/ignite

[FR] Engine with data echoing/minibatch persistency/BA

Open

#672 ouverte le 23 nov. 2019

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Python (602 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 313 stars)
Métriques de merge PR
 (Merge moyen 18j 23h) (19 PRs mergées en 30 j)

Description

Idea is to propose 2 things:

  • a supervised trainer with minibatch persistency [3] (configurable K = same batch reusage)
  • a handler that can be used inside user's update_fn of the trainer and implementing
    • minibatch persistency [3] or
    • Batch Augmentation [1]

Refs: [1] https://arxiv.org/abs/1901.09335 [2] https://arxiv.org/abs/1907.05550 [3] https://arxiv.org/abs/1806.07353

cc @ericspod

Guide contributeur