efficientnet
efficientnet copied to clipboard
TensorFlow v2 & linting
is this necessary ? this module works fine for me on TF2
You'll get warnings or errors without the tf.compat variants of tf.compat.v1.Session() and tf.compat.v1.global_variables_initializer().
E.g., look at their source code https://github.com/tensorflow/tensorflow/blob/r2.1/tensorflow/python/client/session.py#L1511-L1676