We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6399676 commit 1a1fa7cCopy full SHA for 1a1fa7c
1 file changed
AURORA/tutorial.ipynb
@@ -411,12 +411,12 @@
411
],
412
"source": [
413
"config = AuroraInfererConfig(\n",
414
- " # we disable test time augmentations for a quick demo, \n",
+ " # we disable test time augmentations for a quick demo,\n",
415
" # should be set to True for better results\n",
416
- " tta=False, \n",
417
- " # The batch size used for the sliding window inference, decrease if you run out of memory \n",
+ " tta=False,\n",
+ " # The batch size used for the sliding window inference, decrease if you run out of memory\n",
418
" # (warning: too small batches might lead to unstable results)\n",
419
- " sliding_window_batch_size=4, \n",
+ " sliding_window_batch_size=4,\n",
420
")\n",
421
"\n",
422
"# Instantiate the AuroraInferer with the specified config:\n",
0 commit comments