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
current the bias is implemented as an attribute of the fitting network. however, not all atomic models has a fitting net.
conceptually it is better to implement the bias as an attribute of an atomic model.
Detailed Description
the bias is an attribute of an atomic model.
an atomic model implements the compute_output_stats method. the BaseAtomicModel may provide a default implementation.
the bias is automatically applied in the forward_common_atomic of the BaseAtomicModel.
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered:
Summary
current the bias is implemented as an attribute of the fitting network. however, not all atomic models has a fitting net.
conceptually it is better to implement the bias as an attribute of an atomic model.
Detailed Description
compute_output_stats
method. theBaseAtomicModel
may provide a default implementation.forward_common_atomic
of theBaseAtomicModel
.Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: