Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions monai/networks/nets/densenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ class DenseNet(nn.Module):
"""
Densenet based on: `Densely Connected Convolutional Networks <https://arxiv.org/pdf/1608.06993.pdf>`_.
Adapted from PyTorch Hub 2D version: https://pytorch.org/vision/stable/models.html#id16.
This network is non-determistic When `spatial_dims` is 3 and CUDA is enabled. Please check the link below
Comment thread
wyli marked this conversation as resolved.
for more details:
https://pytorch.org/docs/stable/generated/torch.use_deterministic_algorithms.html#torch.use_deterministic_algorithms

Args:
spatial_dims: number of spatial dimensions of the input image.
Expand Down