neuzz icon indicating copy to clipboard operation
neuzz copied to clipboard

tf.set_random_seed is deprecated

Open pavlinux opened this issue 4 years ago • 1 comments

WARNING: tensorflow:From nn.py:18: The name tf.set_random_seed is deprecated. Please use tf.compat.v1.set_random_seed instead.

pavlinux avatar Jan 14 '21 13:01 pavlinux

This is easily fixed, see this commit: https://github.com/derdav3/neuzz/commit/b8dfa2a2f12be8d4c304be7819bacdba2e851bc0

ackdav avatar Feb 01 '21 10:02 ackdav