We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4c0f8 commit 8a71ed5Copy full SHA for 8a71ed5
examples/cars segmentation (camvid).ipynb
@@ -418,7 +418,7 @@
418
"ENCODER = 'se_resnext50_32x4d'\n",
419
"ENCODER_WEIGHTS = 'imagenet'\n",
420
"CLASSES = ['car']\n",
421
- "ACTIVATION = 'sigmoid' # could be None for logits or 'softmax2d' for multicalss segmentation\n",
+ "ACTIVATION = 'sigmoid' # could be None for logits or 'softmax2d' for multiclass segmentation\n",
422
"DEVICE = 'cuda'\n",
423
"\n",
424
"# create segmentation model with pretrained encoder\n",
0 commit comments