FlorentF9 / DeepTemporalClustering

:chart_with_upwards_trend: Keras implementation of the Deep Temporal Clustering (DTC) model
MIT License
219 stars 58 forks source link

Dependency Problems with cudnn and Tensorflow #4

Closed TaufiqIslamProtick closed 4 years ago

TaufiqIslamProtick commented 4 years ago

Hi, I have been trying to use this implementation to cluster some time series data in education domain. Keras in my machine is using tensorflow backend (1.13.1) instead of Theano.My Cudnn version was 7.6 and cuda toolkit was 10.0. Running the code with such configuration in an Anaconda environment is giving me the following error (while it prints epoch 1/10 on the terminal): "Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR" Can you please tell me whether the implementation has any version dependencies of tensorflow and cuda toolkit. It tried to downgrade tensorflow to 1.12.0. But then I had to downgrade cudda toolkit as well and it still did not work.

TaufiqIslamProtick commented 4 years ago

I fixed the issue. Running in Tensorflow 1.13.1 and cuda toolkit 10.0 helped.