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
This class is now working for cases where the loss functions of models are independent (backward propagation occurs independently as well), and when they are summed (weights of all models are updated according to the gradient of all of them depending on each other).
The parallelization has to be worked out because a new forward() method was created.
- This is another step forward #10.
- Beautification of code formatting using black.
- A new ml4chem.metrics module has been added where all metrics will be
gathered.
The parallelization has been worked out because a new forward() method was added. I just tested with MSE loss functions. I also noticed that the independent loss function case is broken now.
That class would help to merge models like this:
The text was updated successfully, but these errors were encountered: