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
CheckoutCheckpoint on the Project Go struct current serves two purposes:
Check out a checkpoint for Python API
Check out an experiment or checkpoint for CLI
There should be separate methods for checking out projects and checkpoints on Project. The business logic of choosing between an experiment and checkpoint, along with all the log output, should live in the CLI or somewhere else.
CheckoutCheckpoint
on theProject
Go struct current serves two purposes:There should be separate methods for checking out projects and checkpoints on
Project
. The business logic of choosing between an experiment and checkpoint, along with all the log output, should live in the CLI or somewhere else.See also:
Follow-on of #408
The text was updated successfully, but these errors were encountered: