issues
search
google
/
gematria
Machine learning for machine code.
Apache License 2.0
76
stars
11
forks
source link
Replace `tf.contrib.training` usage with `tf_slim.evaluation`.
#180
Closed
virajbshah
closed
2 months ago
virajbshah
commented
2 months ago
tf.contrib
was dropped with TensorFlow 2 and is not even available under
tf.compat.v1
.
The functionality from
tf.contrib.training
that we used is now available in
tf_slim.evaluation
.
tf.contrib
was dropped with TensorFlow 2 and is not even available undertf.compat.v1
.tf.contrib.training
that we used is now available intf_slim.evaluation
.