From 6e3e37985ca5f068845a257e87810a034b74e4ab Mon Sep 17 00:00:00 2001 From: yongchao1 <297389370@qq.com> Date: Fri, 6 Jan 2023 07:40:17 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/PointCNN_ID0323_for_TensorFlow/train_val_cls.py. Signed-off-by: yongchao1 <297389370@qq.com> --- .../contrib/cv/PointCNN_ID0323_for_TensorFlow/train_val_cls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TensorFlow/contrib/cv/PointCNN_ID0323_for_TensorFlow/train_val_cls.py b/TensorFlow/contrib/cv/PointCNN_ID0323_for_TensorFlow/train_val_cls.py index 13dfad37a..deeb36805 100644 --- a/TensorFlow/contrib/cv/PointCNN_ID0323_for_TensorFlow/train_val_cls.py +++ b/TensorFlow/contrib/cv/PointCNN_ID0323_for_TensorFlow/train_val_cls.py @@ -49,6 +49,8 @@ import pointfly as pf import tensorflow as tf from datetime import datetime import time +tf.enable_control_flow_v2() +tf.enable_resource_variables() -- Gitee