pytorch/ignite

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

Open

#672 opened on 2019年11月23日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (602 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,313 stars)
PR merge metrics
 (平均マージ 18d 23h) (30d で 19 merged PRs)

説明

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

コントリビューターガイド