dnn-watermark
dnn-watermark copied to clipboard
it can't work
Exception: Need to call set_param
on WeightRegularizer instance before calling the instance.
We found that custom regularizers had been deprecated as discussed in the following link. https://github.com/fchollet/keras/pull/4703
Custom regularizers may no longer work.
Please try the old versions of Keras and TensorFlow. (keras 1.1.2 does not work on tensorflow > 1.0.)
pip install keras==1.1.2
pip install tensorflow==0.12.0
pip install tensorflow-gpu==0.12.0
How to modify the python script of the training process for the error.
Please use the above Framework versions.
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory i meet this problem.can anybody help?