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

incorrectly converted config in pytorch #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

incorrectly converted config in pytorch #174

wants to merge 1 commit into from

Conversation

taki0112
Copy link

@taki0112 taki0112 commented Sep 6, 2021

Hello
I have experimented with your pytorch converted code, but the results didn't come out well.
So I checked and there was a difference from the original tensorflow code, so I modified it.

Could you please merge this PR ? (fmaps in tf: 0.5, fmaps in pytorch: 1)

pytorch: 'cifar': dict(ref_gpus=2, kimg=100000, mb=64, mbstd=32, fmaps=1, lrate=0.0025, gamma=0.01, ema=500, ramp=0.05, map=2),
tensorflow: 'cifar': dict(ref_gpus=2, kimg=100000, mb=64, mbstd=32, fmaps=0.5, lrate=0.0025, gamma=0.01, ema=500, ramp=0.05, map=2),

@taki0112 taki0112 changed the title incorrectly converted config to pytorch incorrectly converted config in pytorch Sep 6, 2021
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

Successfully merging this pull request may close these issues.

1 participant