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

BatchNorm operator initialization missing #1289

Open
FelixBrakel opened this issue Jan 27, 2024 · 0 comments
Open

BatchNorm operator initialization missing #1289

FelixBrakel opened this issue Jan 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FelixBrakel
Copy link

At least when using FF from the python API.

Steps to reproduce

This issue can be reproduced by running the resnet.py example in examples/python/native/resnet.py which produces the following error:

legion_python: /path/to/FlexFlow/src/runtime/model.cc:3235: FlexFlow::Op* FlexFlow::FFModel::create_operator_from_layer(FlexFlow::Layer*, const std::vector<FlexFlow::ParallelTensorBase*>&): Assertion `false' failed.

Looking through the code it looks like the BatchNorm operator is mostly implemented but is missing the code to initialize it?

@jiazhihao jiazhihao self-assigned this Feb 8, 2024
@jiazhihao jiazhihao added the bug Something isn't working label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants