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:
Jeremy Reizenstein
2022-08-18 07:18:55 -07:00
committed by Facebook GitHub Bot
parent d42e0d3d86
commit fdaaa299a7
4 changed files with 44 additions and 28 deletions

View File

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