Resource
NVIDIA
UNet Medical for TensorFlow2U-Net allows for seamless segmentation of 2D images, with high accuracy and performance.
Use the NGC CLI to download:
Copied!
Changelog
June 2020
- Updated training and inference accuracy with A100 results
- Updated training and inference performance with A100 results
February 2020
- Initial release
Known issues
- Some set-ups suffer from a
ncclCommInitRank failed: unhandled system error. This is a known issue with NCCL 2.7.5. The issue is solved in NCCL 2.7.8, which can be applied by changing the first line the Dockerfile fromARG FROM_IMAGE_NAME=nvcr.io/nvidia/tensorflow:20.06-tf2-py3toARG FROM_IMAGE_NAME=nvcr.io/nvidia/tensorflow:20.08-tf2-py3and rebuilding the docker image. - For TensorFlow 2.0 the training performance using AMP and XLA is around 30% lower than reported here. The issue was solved in TensorFlow 2.1.