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 (9,429 forks)batch import
distributedgood first issuetriaged

Repository metrics

Stars
 (21,634 stars)
PR merge metrics
 (No merged PRs in 30d)

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