suppress errors in vision/fair/pytorch3d

Differential Revision: D51645956

fbshipit-source-id: 1ae7279efa0a27bb9bc5255527bafebb84fdafd0
This commit is contained in:
generatedunixname89002005307016
2023-11-28 19:10:06 -08:00
committed by Facebook GitHub Bot
parent 3b4f8a4980
commit f74fc450e8
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,6 @@ class ImplicitronOptimizerFactory(OptimizerFactoryBase):
"""
# Get the parameters to optimize
if hasattr(model, "_get_param_groups"): # use the model function
# pyre-ignore[29]
p_groups = model._get_param_groups(self.lr, wd=self.weight_decay)
else:
p_groups = [