Pierre Yager

Results 14 comments of Pierre Yager

I think I encounter a somewhat similar issue : ```bash ❯ ./bin/yolo export model=yolo11n.pt format=onnx verbose=true Ultralytics 8.3.128 🚀 Python-3.12.3 torch-2.7.0+cu126 CPU (AMD Ryzen 7 4800H with Radeon Graphics) YOLO11n...

Sorted it out by installing onnx packages and forcing the process to run on GPU `device=0` : ```bash ❯ ./bin/pip install onnx onnxslim onnxruntime-gpu ``` ```bash ❯ ./bin/yolo export model=yolo11n.pt...

This how it looks like : ```ruby # require_relative '../config/environment' # Time.current and other time manipulation methods require 'active_support/all' require 'async' require 'async/http/endpoint' require 'async/websocket/client' class MexCWebSocketClient def initialize @ticker_updates...

I confirm that `{$T+} ` find the problem. But as it's "project wide", it has consequences everywhere including in first party code.