Skip to content

Commit 0e4c53c

Browse files
ignacio-roccofacebook-github-bot
authored andcommitted
Fix link in generic_model.py (#38)
Summary: Pull Request resolved: fairinternal/pytorch3d#38 Reviewed By: ignacio-rocco Differential Revision: D37415027 Pulled By: bottler fbshipit-source-id: 9b17049e4762506cd5c152fd6e244d5f0d97855b
1 parent 879495d commit 0e4c53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch3d/implicitron/models/generic_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class GenericModel(ImplicitronModelBase, torch.nn.Module): # pyre-ignore: 13
121121
this sequence of steps. Currently, steps 1, 3, 4, 5, 6
122122
can be customized by intializing a subclass of the appropriate
123123
baseclass and adding the newly created module to the registry.
124-
Please see https://github.com/fairinternal/pytorch3d/blob/co3d/projects/implicitron_trainer/README.md#custom-plugins
124+
Please see https://github.com/facebookresearch/pytorch3d/blob/main/projects/implicitron_trainer/README.md#custom-plugins
125125
for more details on how to create and register a custom component.
126126
127127
In the config .yaml files for experiments, the parameters below are
@@ -189,7 +189,7 @@ class GenericModel(ImplicitronModelBase, torch.nn.Module): # pyre-ignore: 13
189189
log_vars: A list of variable names which should be logged.
190190
The names should correspond to a subset of the keys of the
191191
dict `preds` output by the `forward` function.
192-
"""
192+
""" # noqa: B950
193193

194194
mask_images: bool = True
195195
mask_depths: bool = True

0 commit comments

Comments
 (0)