From a89a99ff3f4cfa8eea14f36dec313c272262f70b Mon Sep 17 00:00:00 2001 From: sunjiahao1999 <578431509@qq.com> Date: Tue, 30 May 2023 15:30:29 +0800 Subject: [PATCH] fix typo --- configs/minkunet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/minkunet/README.md b/configs/minkunet/README.md index b8d46b3ce..c889f7c26 100644 --- a/configs/minkunet/README.md +++ b/configs/minkunet/README.md @@ -38,7 +38,7 @@ We implement MinkUNet with [TorchSparse](https://github.com/mit-han-lab/torchspa **Note:** Referring to [PCSeg](https://github.com/PJLab-ADG/PCSeg), MinkUNet34v2 is modified based on MinkUNet34. -**Note\*:** Training Time and FPS measured on NVIDIA A100. The versions of Torchsparse, Minkowski Engine and Spconv are 0.5.4, 1.4.0 and 2.3.6 respectively. Since spconv 2.3.6 has a bug with fp16 on in inference stage, the actual FPS measurement using fp32. +**Note\*:** Training Time and FPS are measured on NVIDIA A100. The versions of Torchsparse, Minkowski Engine and Spconv are 0.5.4, 1.4.0 and 2.3.6 respectively. Since spconv 2.3.6 has a bug with fp16 on in the inference stage, the actual FPS measurement using fp32. ## Citation