Toni Eichelkraut
Results
2
issues of
Toni Eichelkraut
I would really love to work with this library. I have an application that runs onnx-models. Is there a way in diffsharp to convert models to/from the onnx-format? That would...
Hi, I have a model with multiple inputs and outputs. When I run the model in python, I use the signature runner ```python interpreter = tf.lite.Interpreter(model_path=tflite_file) interpreter.allocate_tensors() fn = interpreter.get_signature_runner('serving_default')...