slashedstar
slashedstar
Same problem, can't get onnxruntime-gpu to work with any version whatsoever nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2024 NVIDIA Corporation Built on Fri_Jun_14_16:44:19_Pacific_Daylight_Time_2024 Cuda compilation tools,...
Ok finally fixed, install CUDNN and add `C:\Program Files\NVIDIA\CUDNN\v9.3\bin\12.6` to `PATH` variable, I also have `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6` on both `CUDA_PATH` and `PATH` variables, it should find all...
This fixed the problems I was having, when resuming from 200, 400 to 1000 steps (when it outputted "epoch is incremented. current_epoch: 0, epoch: 1") it worked as intended, but...
Bump, would be nice to have toggle for enabling this, or also implement something like https://github.com/adumrewal/SIFTImageSimilarity to detect cropped images (though there are probably more modern and efficient methods by...