Thomas Neuer

Results 7 comments of Thomas Neuer

Hello @nikkisingh111333, Thanks for the question, always happy to help :) The internal ```DatasetLoader``` class is specifically designed to load test data from our public servers (we currently host CIFAR10,...

Which dataset are we talking about exactly? I tried it quickly for CIFAR10 and something like this could work: ``` import torchvision import numpy as np data = torchvision.datasets.CIFAR10("./CIFAR10", download=True)...

Could you describe the issue in more detail? - How are your handsigns stored? As .png or similar in a separate folder? Or something else? - Do you have any...

So there does **NOT** exist a native VeGANs datatype. All VeGANs models accept either _torch Dataloaders_ or _numpy arrays_ as inputs which are very common datatypes from different modules. You...

Can you provide us with the dataset you try to load (the whole folder maybe)? Maybe upload it as zip to your own Github or get it to me in...

Thanks for mentioning this. I will look into it, test and update as soon as possible

Will look at the failing tests and then merge