Jared Herron
Jared Herron
This still does not work with modern tfjs (currently 0.10.3->4.22.0), and will likely be hard. But this commit should be one step closer to running and training onnx files on...
Trying to import protobufjs/minimal (from the generated code) generates an error because protobufjs/minimal provides no exports. ```javascript /*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/ import * as...
## Issue Type When generating C++ code from a schema that should be a variant of two types, quicktype generates one type full of optionals. ## Context (Environment, Version, Language)...
Gave this repo an update to work with modern tfjs (v4.22.0) with the usecase of yolov11n.onnx. Additional models could be easiely supported with additions to the /src/Layers/ folder for any...