pointclouds_pl = tf.placeholder(tf.float32, shape=(batch_size, num_point, 3)) AttributeError: module 'tensorflow' has no attribute 'placeholder'

后端 未结 0 1092
甜味超标
甜味超标 2020-12-30 03:10

How can I fix the following error in Tensorflow 2.2? I prefer to convert the code to something compatible to work with TF2.2 not to use the compact version if possible.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题