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 clarify in the documentation that PyT Trainer class cannot support BC and Regression. We should explain what users can use for these tasks instead of Trainer Class : they can use custom developed model.fit() and model.evaluate().
The text was updated successfully, but these errors were encountered:
We need to clarify in the documentation that PyT Trainer class cannot support BC and Regression. We should explain what users can use for these tasks instead of Trainer Class : they can use custom developed
model.fit()
andmodel.evaluate()
.The text was updated successfully, but these errors were encountered: