lin-shuyu / VAE-LSTM-for-anomaly-detection

We propose a VAE-LSTM model as an unsupervised learning approach for anomaly detection in time series.
445 stars 85 forks source link

Question in cudnn, cudatoolkit version #19

Open rppravin opened 1 year ago

rppravin commented 1 year ago

Could you please let me know the cudnn, cudatoolkit version that worked for you?

I have the following configuration, cudnn : 7.6.0 cudatoolkit : 10.1.243 tensorflow : 1.15.2 However I get the following error when training, tensorflow/stream_executor/cuda/cuda_blas.cc:428] failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED

I wanted to make sure that my configuration is alright, if not want to align with yours.

Thank you, Pravin