From 09a45ab592b036c66e41726ba5e55cf52412ddac Mon Sep 17 00:00:00 2001 From: Yonghye Kwon Date: Fri, 13 Aug 2021 01:36:48 +0900 Subject: [PATCH] fix a typo in ### Select specific feature levels or limit the stride There are to additional creation arguments impacting the output features. -> There are two additional creation arguments impacting the output features. --- docs/feature_extraction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_extraction.md b/docs/feature_extraction.md index b41c1559..3d638d65 100644 --- a/docs/feature_extraction.md +++ b/docs/feature_extraction.md @@ -145,7 +145,7 @@ torch.Size([2, 1512, 7, 7]) ### Select specific feature levels or limit the stride -There are to additional creation arguments impacting the output features. +There are two additional creation arguments impacting the output features. * `out_indices` selects which indices to output * `output_stride` limits the feature output stride of the network (also works in classification mode BTW)