You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have a stable YAML support, we can get rid of the torchfl.models.core subpackage as we don't need to code-generate those repetitive files. The objects generated by those files can be achieved via YAML configs for the models.
Acceptance Criteria:
Get rid of the torchfl.models.core subpackage and the related reference from torchfl.* codebase.
Update the examples to not use those references. If anyone's willing to achieve the same functionality from the Python script, they can import a model from torchfl.sota and get it done.
Update the documentation:
README.md
modules information within the sphinx auto-generated docs.
The text was updated successfully, but these errors were encountered:
Once we have a stable YAML support, we can get rid of the
torchfl.models.core
subpackage as we don't need to code-generate those repetitive files. The objects generated by those files can be achieved via YAML configs for the models.Acceptance Criteria:
torchfl.models.core
subpackage and the related reference fromtorchfl.*
codebase.torchfl.sota
and get it done.README.md
The text was updated successfully, but these errors were encountered: