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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
which seems a bit unsafe. A better way of accessing the components here would be to just have a getter function on the FactorGraph that returns the component of that name.
defget_component(self, name):
...
The text was updated successfully, but these errors were encountered:
In a few cases (namely, when building models of repeated layers), I've noticed people doing things like:
which seems a bit unsafe. A better way of accessing the components here would be to just have a getter function on the FactorGraph that returns the component of that name.
The text was updated successfully, but these errors were encountered: