From d8111b96ecb1647bc72893b7c73ab3d44950be61 Mon Sep 17 00:00:00 2001 From: jelly_111 <244800829@qq.com> Date: Mon, 5 Dec 2022 15:12:32 +0800 Subject: [PATCH] add readme --- .../ShapeNet_ID1138_for_TensorFlow/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md index 4b39b6d39..4224cdbc9 100644 --- a/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md @@ -151,13 +151,13 @@ pip3 install requirements.txt ``` - # 训练epoch + #训练epoch train_epochs=1 - # 训练batch_size + #训练batch_size batch_size=4 - # 训练steps + #训练steps train_steps=15000 - # 数据集文件 + #数据集文件 data_path=./ShapeNet_dataset ``` -- Gitee