tmarkmann / fashion-mnist-generator

0 stars 0 forks source link

Test Variety of generated data #12

Closed tmarkmann closed 2 years ago

tmarkmann commented 2 years ago

Use a fashion-mnist classifier to classify n generated images -> compute number of examples from each class (class weights)

dimitrymindlin commented 2 years ago

Wrote a method to calculate label distribution with the predictions of the inception net.