Skip to content

Commit 3408dcf

Browse files
committed
[VNet/TF1] Retirement note updated
1 parent 72aebe7 commit 3408dcf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

TensorFlow/Segmentation/VNet/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# V-Net Medical For Tensorflow
22

3-
This repository provides a script and recipe to train the V-Net model to achieve state of the art accuracy, and is tested and maintained by NVIDIA. V-Net model for TensorFlow will no longer be available after 04/30/2022, please consider [UNet for 3D image segmentation in TensorFlow](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_3D_Medical) or [nnU-Net for PyTorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/nnUNet) as a substitute for your requirements.
3+
This repository provides a script and recipe to train the V-Net model to achieve state of the art accuracy, and is tested and maintained by NVIDIA. V-Net model for TensorFlow is no longer maintained and will soon become unavailable, please consider [UNet for 3D image segmentation in TensorFlow](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_3D_Medical) or [nnU-Net for PyTorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/nnUNet) as a substitute for your requirements.
44

55
## Table of Contents
66

@@ -530,6 +530,10 @@ V-Net model for TensorFlow will no longer be available after 04/30/2022, please
530530

531531
### Changelog
532532

533+
April 2021
534+
535+
* Ceased maintenance of the model
536+
533537
June 2020
534538

535539
* Updated training and inference accuracy

0 commit comments

Comments
 (0)