Replies: 1 comment
-
Hi @MFJI , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Does anyone know what is wrong with this error? Thanks
Running step: step_resnet50_convert_to_hls [3/14]
Traceback (most recent call last):
File "/home/local/finn/src/finn/builder/build_dataflow.py", line 158, in build_dataflow_cfg
model = transform_step(model, cfg)
File "/tmp/ipykernel_680581/879051267.py", line 202, in step_resnet50_convert_to_hls
model = model.transform(trn())
File "/home/local/finn/deps/qonnx/src/qonnx/core/modelwrapper.py", line 140, in transform
(transformed_model, model_was_changed) = transformation.apply(transformed_model)
File "/home/local/finn/src/finn/transformation/fpgadataflow/convert_to_hls_layers.py", line 255, in apply
model = model.transform(InferDataTypes())
File "/home/local/finn/deps/qonnx/src/qonnx/core/modelwrapper.py", line 140, in transform
(transformed_model, model_was_changed) = transformation.apply(transformed_model)
File "/home/local/finn/deps/qonnx/src/qonnx/transformation/infer_datatypes.py", line 138, in apply
graph_modified |= _infer_node_datatype(model, node)
File "/home/local/finn/deps/qonnx/src/qonnx/transformation/infer_datatypes.py", line 88, in _infer_node_datatype
inst.infer_node_datatype(model)
File "/home/local/finn/src/finn/custom_op/fpgadataflow/fmpadding_batch.py", line 126, in infer_node_datatype
if idt != self.get_input_datatype():
File "/home/local/finn/src/finn/custom_op/fpgadataflow/fmpadding_batch.py", line 144, in get_input_datatype
assert ret.allowed(0), "FMPadding_Batch DataType must support zero"
AssertionError: FMPadding_Batch DataType must support zero
Beta Was this translation helpful? Give feedback.
All reactions