pytorch/examples

add support for mock data input to imagenet example

Open

#194 ouverte le 7 août 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (9 429 forks)batch import
distributedgood first issuetriaged

Métriques du dépôt

Stars
 (21 634 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur