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 4b39b6d395ec62fad9d64f5cda1cee2d7baeee3c..4224cdbc9bb76515b7f93e1f885af9aedec3ca56 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 ```