pytorch/examples

add support for mock data input to imagenet example

Open

#194 opened on Aug 7, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (21,634 stars) (9,429 forks)batch import
distributedgood first issuetriaged

Description

in order to test the performance conveniently, especially distributed training, it would be great to add an option to allow mock data input, which means directly random some data in program as input.

Contributor guide