tf-3dgan icon indicating copy to clipboard operation
tf-3dgan copied to clipboard

Add support for torch / torch-like dataloader

Open meetps opened this issue 7 years ago • 1 comments

All models do not fit in memory, thus masking a threaded dataloader makes sense.

Either using torch.data.dataloader or using simple generators.

meetps avatar Apr 23 '17 13:04 meetps

thank you! I really appreciate your help.

stepByStepToSky avatar Apr 29 '17 01:04 stepByStepToSky