Waymo_Kitti_converter icon indicating copy to clipboard operation
Waymo_Kitti_converter copied to clipboard

Add tensorflow v2 compatibility

Open qsun1 opened this issue 1 year ago • 0 comments

just add

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

before

tf.enable_eager_execution()

qsun1 avatar Mar 07 '23 09:03 qsun1