dnn-watermark icon indicating copy to clipboard operation
dnn-watermark copied to clipboard

it can't work

Open wxy656 opened this issue 7 years ago • 4 comments

Exception: Need to call set_param on WeightRegularizer instance before calling the instance.

wxy656 avatar Mar 28 '17 04:03 wxy656

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

yu4u avatar Mar 30 '17 02:03 yu4u

How to modify the python script of the training process for the error.

ZJZAC avatar Feb 25 '19 07:02 ZJZAC

Please use the above Framework versions.

yu4u avatar Feb 25 '19 15:02 yu4u

ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory i meet this problem.can anybody help?

manxiaoyu avatar Dec 07 '23 07:12 manxiaoyu