mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-04-30 02:28:56 +08:00
remove stray "generic_model_args" references
Summary: generic_model_args no longer exists. Update some references to it, mostly in doc. This fixes the testing of all the yaml files in test_forward pass. Reviewed By: shapovalov Differential Revision: D38789202 fbshipit-source-id: f11417efe772d7f86368b3598aa66c52b1309dbf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d42e0d3d86
commit
fdaaa299a7
@@ -131,8 +131,9 @@ class GenericModel(ImplicitronModelBase): # pyre-ignore: 13
|
||||
for more details on how to create and register a custom component.
|
||||
|
||||
In the config .yaml files for experiments, the parameters below are
|
||||
contained in the `generic_model_args` node. As GenericModel
|
||||
derives from Configurable, the input arguments are
|
||||
contained in the
|
||||
`model_factory_ImplicitronModelFactory_args.model_GenericModel_args`
|
||||
node. As GenericModel derives from ReplaceableBase, the input arguments are
|
||||
parsed by the run_auto_creation function to initialize the
|
||||
necessary member modules. Please see implicitron_trainer/README.md
|
||||
for more details on this process.
|
||||
|
||||
Reference in New Issue
Block a user