Skip to content

Commit 0d69be9

Browse files
Sekundewaleedka
authored andcommitted
fix typo
fix typo
1 parent a593c30 commit 0d69be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrcnn/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ def train(self, train_dataset, val_dataset, learning_rate, epochs, layers,
22532253
layers: Allows selecting wich layers to train. It can be:
22542254
- A regular expression to match layer names to train
22552255
- One of these predefined values:
2256-
heaads: The RPN, classifier and mask heads of the network
2256+
heads: The RPN, classifier and mask heads of the network
22572257
all: All the layers
22582258
3+: Train Resnet stage 3 and up
22592259
4+: Train Resnet stage 4 and up

0 commit comments

Comments
 (0)