We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least when using FF from the python API.
This issue can be reproduced by running the resnet.py example in examples/python/native/resnet.py which produces the following error:
resnet.py
examples/python/native/resnet.py
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?
The text was updated successfully, but these errors were encountered:
jiazhihao
No branches or pull requests
At least when using FF from the python API.
Steps to reproduce
This issue can be reproduced by running the
resnet.py
example inexamples/python/native/resnet.py
which produces the following error:Looking through the code it looks like the BatchNorm operator is mostly implemented but is missing the code to initialize it?
The text was updated successfully, but these errors were encountered: