joseph-cv

Results 1 comments of joseph-cv

Hey, try this: """ OLD """ #import tensorflow as tf #import tensorflow.contrib.slim as slim """ NEW """ import tensorflow.compat.v1 as tf tf.disable_v2_behavior() import tf_slim as slim """*****""" (I'm using tensorflow...