pytorch/ignite

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

Open

#672 aperta il 23 nov 2019

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (602 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4313 star)
Metriche merge PR
 (Merge medio 18g 23h) (19 PR mergiate in 30 g)

Descrizione

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

Guida contributor