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
We need to test other models, so, the optimize routine can have slight variants based on use case.
relocate mb.tl.optimize and mb.tl.optimize_iterative as an abstract method of a intermediate child class name TrainableModel, downstream of the parent class of MultiBind.
all classes that inherit from TrainableModel need a optimize implementation. optimize_iterative is optional for MultiBind.
The text was updated successfully, but these errors were encountered:
We need to test other models, so, the optimize routine can have slight variants based on use case.
mb.tl.optimize
andmb.tl.optimize_iterative
as an abstract method of a intermediate child class name TrainableModel, downstream of the parent class of MultiBind.optimize
implementation.optimize_iterative
is optional for MultiBind.The text was updated successfully, but these errors were encountered: