danielgafni / repalette

Image recoloring with deep neural networks (and GANs!)
Apache License 2.0
31 stars 1 forks source link

Simplify datasets by using torch Samplers #37

Open danielgafni opened 3 years ago

danielgafni commented 3 years ago

At the time of writing the Datasets I didn't know about Samplers. They should be used now.