spkgyk

Results 6 comments of spkgyk

I would love this as well!

Using uv: ```bash uv add --upgrade torch>=2.6.0 torchaudio>=2.6.0 torchvision>=0.21.0 tensorrt-cu12 tensorrt-cu12-bindings tensorrt-cu12-libs ``` I end up with the following dependencies: ```bash [project] dependencies = [ "tensorrt-cu12>=10.8.0.43", "tensorrt-cu12-bindings>=10.8.0.43", "tensorrt-cu12-libs>=10.8.0.43", "torch>=2.6.0", "torchaudio>=2.6.0",...

It happens when you pass in paths to the evaluation method. It loads the images, makes them channels first, and requests the normalisation function with axis=0. It happens whenever axis!=-1...

Will this be merged? Not trying to rush, just curious about the release schedule

Im using uv 0.5.5 (Homebrew 2024-11-27). I have a project in a folder (src). I run `uv sync` and it will create a `src/.venv/` folder containing the python binary. Note...

To add to this problem a bit more, even if I type the exact path of the python executable, it still wont find it. Screenshot: So it doesn't find my...