when i run the code
python run_classifier.py \submission_models\source_identification\celebA\cnn_pixel ~\datasets\celeba128 -s 1000
the model outputs the belowed results
45.10% of the images are from class 0 (451) 53.20% of the images are from class 1 (532) 0.40% of the images are from class 2 (4) 0.20% of the images are from class 3 (2) 1.10% of the images are from class 4 (11)
what do the results mean?
when i run the code
python run_classifier.py \submission_models\source_identification\celebA\cnn_pixel ~\datasets\celeba128 -s 1000
the model outputs the belowed results45.10% of the images are from class 0 (451) 53.20% of the images are from class 1 (532) 0.40% of the images are from class 2 (4) 0.20% of the images are from class 3 (2) 1.10% of the images are from class 4 (11)
what do the results mean?