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

Converted keras model has different parameters #127

Open
mike-zyz opened this issue Mar 11, 2021 · 1 comment
Open

Converted keras model has different parameters #127

mike-zyz opened this issue Mar 11, 2021 · 1 comment
Labels

Comments

@mike-zyz
Copy link

The original PyTorch model has no bias (only weights) in certain Convo layers but the converted Keras model does have bias respectively. And the Keras model shows no BatchNorm2D layers compared to the PyTorch model. I am thinking that the code has conducted BN folding. Is there a way to switch off this function so it will be easier to match the weights?

@mike-zyz mike-zyz added the bug label Mar 11, 2021
@Tailwhip
Copy link

Tailwhip commented Jun 1, 2021

Have the same problem. Any updates?

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

No branches or pull requests

2 participants