This commit is contained in:
Ruochen 2020-12-03 12:21:01 -08:00
Родитель 203296bea5
Коммит dda5308472
1 изменённых файлов: 1 добавлений и 0 удалений

1
DataLoader/README.md Normal file
Просмотреть файл

@ -0,0 +1 @@
This dataloader is adapted from Microsoft's [infinibatch](https://github.com/microsoft/infinibatch) implementation, which is a library of checkpointable iterators for randomized data loading of massive data sets in deep neural network training.