Gabriele Pio Midulla
Gabriele Pio Midulla
`std::string value = (std::string)result.get_entry("hello").value` does not exist it should be replaced with `std::string value = (std::string)result.get("hello")`
``` node_modules\onnxruntime-node\dist\backend.js:24 __classPrivateFieldGet(this, _OnnxruntimeSessionHandler_inferenceSession, "f").loadModel(pathOrBuffer, options); ^ Error: Failed to find kernel for BiasSplitGelu(1) (node BiasSplitGelu_0). Kernel not found at new OnnxruntimeSessionHandler (C:\Users\gabri\Documents\GitHub\glow-backend-js\node_modules\onnxruntime-node\dist\backend.js:24:92) at C:\Users\gabri\Documents\GitHub\glow-backend-js\node_modules\onnxruntime-node\dist\backend.js:64:29 at process.processTicksAndRejections (node:internal/process/task_queues:77:11) ``` ```js...
**Feature request** I'm trying to create an e-commerce WebScraper, but the website I'm targeting uses a HUMAN Press-and-Hold captcha. I have tried simulating user actions to bypass it, but it...