Alanna Tempest
Alanna Tempest
ONNX's ModelProto (org.bytedeco.connx.ModelProto) appears to have no way to serialize to a text (human-readable) format. I tried using [TextFormat](https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/TextFormat) from Java protobufs but it doesn't work with a ModelProto. Is...
I'm constructing ONNX models via javacpp-presets, but I'm getting errors when my message is past a certain size. In the below code, `parseFrom` is imported from `com.google.protobuf.Any`, and `Builder` is...
On version 0.1.3 on Mac I'm getting the following error 😬 : ``` java.lang.UnsatisfiedLinkError: org.jetbrains.numkt.Interpreter.callFunc$kotlin_numpy([Ljava/lang/String;[Ljava/lang/Object;Ljava/util/Map;)Lorg/jetbrains/numkt/core/KtNDArray; at org.jetbrains.numkt.Interpreter.callFunc$kotlin_numpy(Native Method) at org.jetbrains.numkt.UtilsKt.callFunc(Utils.kt:38) at org.jetbrains.numkt.UtilsKt.callFunc$default(Utils.kt:36) at myCode.matmul(myCode.kt:42) ``` Unfortunately I can't replicate this...