pytorch/ignite

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

Open

#672 geöffnet am 23. Nov. 2019

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (602 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (4.313 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 18T 23h) (19 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide