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

about the results of MegaAgeAsian #3

Open
oukohou opened this issue Sep 27, 2019 · 0 comments
Open

about the results of MegaAgeAsian #3

oukohou opened this issue Sep 27, 2019 · 0 comments

Comments

@oukohou
Copy link

oukohou commented Sep 27, 2019

I reimplement the SSRNet in pytorch, tested the test datasets, and got results as:
image

so seems my implementation is not so well as the paper's.
the parameters are like:

batch_size = 50
input_size = 64
num_epochs = 90
learning_rate = 0.001 # originally 0.001
weight_decay = 1e-4 # originally 1e-4
augment = False
optimizer_ft = optim.Adam(params_to_update, lr=learning_rate, weight_decay=weight_decay)
criterion = nn.MSELoss()
lr_scheduler = optim.lr_scheduler.StepLR(optimizer_ft, step_size=30, gamma=0.1)

I issed an issue here: SSR-Net #38, and @shamangary suggested a counsel here.
So here I'm writing for a detailed discussion about your training details, is there anything I missed or did wrongly?

My pytorch codes is here: SSR-Net-Pytorch

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

1 participant