From 346dffa6d71d7f4188fee7c06f644d039822ed10 Mon Sep 17 00:00:00 2001 From: alexcjwei Date: Thu, 28 Sep 2023 22:46:14 -0400 Subject: [PATCH] changes wording --- references/segmentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/segmentation/README.md b/references/segmentation/README.md index 2c7391c8380..2c8e581dac1 100644 --- a/references/segmentation/README.md +++ b/references/segmentation/README.md @@ -1,7 +1,7 @@ # Semantic segmentation reference training scripts This folder contains reference training scripts for semantic segmentation. -They serve as a log of how to train specific models, as provide baseline +They serve as a log of how to train specific models and provide baseline training and evaluation scripts to quickly bootstrap research. All models have been trained on 8x V100 GPUs.