Skip to content

Commit 2b20ca8

Browse files
PTL link fix
1 parent 26206db commit 2b20ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyTorch/Segmentation/nnUNet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The differences between this nnU-net and [original model](https://github.com/MIC
5353

5454
This model is trained with mixed precision using Tensor Cores on Volta, Turing, and the NVIDIA Ampere GPU architectures. Therefore, researchers can get results 2x faster than training without Tensor Cores, while experiencing the benefits of mixed precision training. This model is tested against each NGC monthly container release to ensure consistent accuracy and performance over time.
5555

56-
We developed the model using [PyTorch Lightning](https://ai.facebook.com/blog/reengineering-facebook-ais-deep-learning-platforms-for-interoperability/), a new easy to use framework that ensures code readability and reproducibility without the boilerplate.
56+
We developed the model using [PyTorch Lightning](https://www.pytorchlightning.ai), a new easy to use framework that ensures code readability and reproducibility without the boilerplate.
5757

5858
### Model architecture
5959

0 commit comments

Comments
 (0)