From 8e340b74b491613be437781185fc87f19dc622b6 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Thu, 12 Oct 2023 22:22:16 +0000 Subject: [PATCH] Update 2 files - /MLPerf/training/image_segmentation/pytorch/README.md - /NVIDIA/DeepLearningExamples/PyTorch/README.md --- MLPerf/training/image_segmentation/pytorch/README.md | 2 +- NVIDIA/DeepLearningExamples/PyTorch/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MLPerf/training/image_segmentation/pytorch/README.md b/MLPerf/training/image_segmentation/pytorch/README.md index 01a0a91..7a862bd 100644 --- a/MLPerf/training/image_segmentation/pytorch/README.md +++ b/MLPerf/training/image_segmentation/pytorch/README.md @@ -1,5 +1,5 @@ -### Seting paths +### Setting paths The U-Net3D from MLPerf has no version control. diff --git a/NVIDIA/DeepLearningExamples/PyTorch/README.md b/NVIDIA/DeepLearningExamples/PyTorch/README.md index 4f5a277..7b2cba5 100644 --- a/NVIDIA/DeepLearningExamples/PyTorch/README.md +++ b/NVIDIA/DeepLearningExamples/PyTorch/README.md @@ -1,5 +1,5 @@ -### Seting paths +### Setting paths ``` MODEL_NAME=nnunet_for_pytorch -- GitLab