Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Num_output parameter ? We will use it for what ? #91

Open
NguyenThaiHoc1 opened this issue Jul 23, 2019 · 2 comments
Open

The Num_output parameter ? We will use it for what ? #91

NguyenThaiHoc1 opened this issue Jul 23, 2019 · 2 comments

Comments

@NguyenThaiHoc1
Copy link

Hi Everyone and Host

I have a question about Num_output parameter ?

in code
parser.add_argument('--image_size', default=[112, 112], help='the image size')
parser.add_argument('--num_output', default=85164, help='the image size')
I stand 'The image size' follow mean it is the size of image example: [112, 112, 3]
But when 112 * 112 * 3= 37632

I hope everyone help me stand 'num_output' and How i can choose that parameter right ?
Thanks you everyone for reading and I sorry for my English skill is very bad

@christk1
Copy link

christk1 commented Aug 9, 2019

num_output is the number of classes of your dataset

@LanWong1
Copy link

num_output is equal to the count of different faces(or different person) of your datasets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants