GantMan / GantMan/nsfw_model

How many images in the training set for each class?

Open
#10 6 comments 0 reactions 0 assignees View on GitHub
question training
Dominant language
Python
Stars
2.1k
Forks
303
PR merge metrics
No merged PRs in 30d

Description

Hi,thanks for sharing the code and model, it helps me a lot
Can you tell me how many images in the training set for the 5 classes, I'm not familiar about keras, does the code below means that only 500*batch_size images are trained every epoch, and not every images in the training set of [nsfw_data_scraper](https://github.com/alexkimxyz/nsfw_data_scraper) is trained in an epoch?
![image](https://user-images.githubusercontent.com/48198883/53746583-73eab680-3edc-11e9-9d36-9ecf882821af.png)

btw,I test the model on the test set(2000 images for each class), the correct rate of class neutral is 0.1 lower than the result confusion matrix shows while other classes performs well

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the training code shown in the issue and inspect how it loads the nsfw_data_scraper dataset and sets the epoch or batch limits. Determine the per-class image counts and whether the reported neutral-class discrepancy is explained by the evaluation setup. Done means documenting those findings and clarifying the confusion-matrix comparison.

Written by the indexing model from the issue text.

Assessment

Tech stack
keras, python
Domain
machine-learning
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.