Reputation: 13
I am working on LSTM model and using cuda and cudnn in tensorflow. CUDA version is 11.2, cuDNN version is 8.1, tf version is 2.5 and python version is 3.9. I have to use costcla library of PyPi but it is compatible with python v3.5. How can I use costcla library without doing other changes? I am new to Deep Learning so need some suggestions
Does costcla give similar results as using sample_weight parameter in fit() of DL model?
Upvotes: 0
Views: 70