Hi,
I'm currently using Marabou to develop my research project.
I have a problem to verify CNN model which is stored in onnx format.
In this onnx file, it has Sub and Div operations to do the normalization before convolutional layer.
While, I got the error message: Caught a MarabouError error. Code: 105, Errno: 0, Message: Onnx operation Div not currently supported by Marabou. It seems, in current Marabou version, Marabou doesn't support Div operation in onnx file.
Will this operation be supporting in the future? Is there any way to deal with this issue now?
Thanks!
Hi,
I'm currently using
Marabouto develop my research project.I have a problem to verify CNN model which is stored in
onnxformat.In this
onnxfile, it hasSubandDivoperations to do the normalization before convolutional layer.While, I got the error message:
Caught a MarabouError error. Code: 105, Errno: 0, Message: Onnx operation Div not currently supported by Marabou.It seems, in current Marabou version,Maraboudoesn't support Div operation inonnxfile.Will this operation be supporting in the future? Is there any way to deal with this issue now?
Thanks!