Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Mac committed Oct 10, 2022
1 parent b7bdd57 commit dd0e8d5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions do_mpc/sysid/onnxconversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,6 @@ class ONNXConversion:
:param from_keras: (Optional) Flag to indicate that the model is a Keras model.
:type from_keras: bool
Known limitations:
------------------
1. The feature supports only a subset of operations from the ONNX specification.
2. CasADi does not support tensors of rank 2 or larger. In other words: All tensors must be vectors.
"""

def __init__(self, model, model_name=None, from_keras=False):
Expand Down

0 comments on commit dd0e8d5

Please sign in to comment.