Merge pull request #801 from developer0hye/patch-1

fix a typo in ### Select specific feature levels or limit the stride
pull/1014/head
Ross Wightman 2 years ago committed by GitHub
commit d66b4c2355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save