KichangKim / DeepDanbooru

AI based multi-label girl image classification system, implemented by using TensorFlow.
MIT License
2.58k stars 258 forks source link

Think of label classification as Multi-Task Learning #65

Closed OysterQAQ closed 1 year ago

OysterQAQ commented 2 years ago

Have you tried to split the system label and text label to form a multi-output model with different tasks? How many epochs did you end up training before the model converged?

KichangKim commented 1 year ago

No, I didn't try to split model. It always has combined model. All of released models are trained with 30 epochs. 1 epoch has about 1.7m images.