DunDun Sun
DunDun Sun
I am using Kilosort 3 and received an error using gpuArray/subsasgn like this: "An unexpected error occurred trying to launch a kernal. The CUDA error was:" "invalid configuration argumentERROR: MATLAB...
I also have the same issue, and this seems not to be due to cuda environment as I rebulid cuda and cudnn to make them suit for tf-2.14.0. This is...
> @AthiemoneZero Because it still does output a GPU device at the bottom of the log, I am training on GPU, just without cuDNN. It will be slower, but it...
@Ke293-x2Ek-Qe-7-aE-B I rebuilt all in an independent conda environment as TF. My steps were to create a TF env with `python 3.9.8` and tried `python3 -m pip install tensorflow[and-cuda] --user`...
@Ke293-x2Ek-Qe-7-aE-B I didnt execute `conda install cuda-toolkit ` here. I guess [and-cuda] argument help me install some dependencies.
But I did double check version of cuda and cudnn. For this I even downgrade them again and again.
@Ke293-x2Ek-Qe-7-aE-B Apologize for my misunderstanding. I did the same in installing cuda toolkit as what you described above before I went directly to debug tf_gpu. I made sure my gpu...
@Ke293-x2Ek-Qe-7-aE-B You're welcomed. BTW, I also followed the [instruction ](https://www.tensorflow.org/install/source) to configure development including suitable version of bazel and clang-16, just before all my operation digging into conda env.
@lambdaloop Same issue here. And I make sure I run the rest of the pipeline. It was ok for labeling 3d video and combined video except this kind of filter...
> I encountered the same problem as you, have you solved it? Hi, I found this problem would disappear when you have a well labeled video set. I guess this...