[QUESTION] Use custom dataset lables
Avedena opened this issue · 1 comments
Avedena commented
How I can Prepare my Dataset with Labels to Train this Model?
I lable my data set as provided here in the PyTorch Docs
Here a Example frome my CSV:
"Image_Name""test.png", "Male":True, "Hair_Black":False, "Hair_Brown":True
The original StyleGAN Lib use only Integer Lables. How I can get the benefits in Learning from my Dataset?
Thanks