Mark Claydon
Mark Claydon
I just came across what looks like a new C API for loading models: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/c/experimental/saved_model Haven't dug into how to use it yet but it looks like their are functions...
+1 I'm using Django but some general guidance for using swarm with a REST API would be great, if it's possible?
Working for me now using: `npm install -D vite-compatible-readable-stream` Thanks @m00nwtchr for: `npm install -D events` Fake process for the browser: `npm install -D process global` Then add this before...
I have a similar issue. Rendering with React, the first time the endpoints and connections all work as expected. On the reload connections and endpoints are not added to the...
Here's how I'm loading the patch on a PatchManager class: ``` bool loadPatch (const std::string& codeIn, const choc::value::ValueView& paramsIn) { parameterList = {}; customCode = codeIn; jassert (plugin != nullptr);...
Thanks for taking a look Chez! Here's how I'm initialising the plugin - initialisePlugin() is a method on my PatchManager, called once. My code for running the plugin is pretty...