Skip to content

Commit 4f07668

Browse files
committed
bold
Signed-off-by: Richard Brown <[email protected]>
1 parent da3ba15 commit 4f07668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/whatsnew_metatensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ batch = next(iter(dl))
7171
print(batch.meta.is_batch) # True
7272
```
7373

74-
<p class="callout info">We recommend using MONAI's Dataset where possible, as this will use the correct collation method and ensure that MONAI is made aware of when a batch of data is being used or just a single image.</p>
74+
**We recommend using MONAI's Dataset where possible, as this will use the correct collation method and ensure that MONAI is made aware of when a batch of data is being used or just a single image.**
7575

7676
## Disabling `MetaTensor`
7777

0 commit comments

Comments
 (0)