зеркало из https://github.com/microsoft/torchgeo.git
Add ResNet pre-trained models to the docs (#256)
* Add ResNet pre-trained models to the docs * Fix missing reference link * ResNet is not documented, nothing to link to
This commit is contained in:
Родитель
6cc61e5d8c
Коммит
0fbe42b465
|
@ -31,3 +31,8 @@ Random-convolutional feature (RCF) extractor
|
|||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. autoclass:: RCF
|
||||
|
||||
Residual Network (ResNet)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. autofunction:: resnet50
|
||||
|
|
|
@ -59,6 +59,8 @@ nitpick_ignore = [
|
|||
("py:class", ".."),
|
||||
# TODO: can't figure out why this isn't found
|
||||
("py:class", "LightningDataModule"),
|
||||
# Undocumented class
|
||||
("py:class", "torchvision.models.resnet.ResNet"),
|
||||
]
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче