Skip to content

Commit 8a71ed5

Browse files
authored
fix typo in example, "multicalss" (qubvel#426)
1 parent ae4c0f8 commit 8a71ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cars segmentation (camvid).ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
"ENCODER = 'se_resnext50_32x4d'\n",
419419
"ENCODER_WEIGHTS = 'imagenet'\n",
420420
"CLASSES = ['car']\n",
421-
"ACTIVATION = 'sigmoid' # could be None for logits or 'softmax2d' for multicalss segmentation\n",
421+
"ACTIVATION = 'sigmoid' # could be None for logits or 'softmax2d' for multiclass segmentation\n",
422422
"DEVICE = 'cuda'\n",
423423
"\n",
424424
"# create segmentation model with pretrained encoder\n",

0 commit comments

Comments
 (0)