Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕[feat] delete batch of experiment and checkpoints #6554

Open
ghstgs opened this issue Apr 14, 2023 · 3 comments
Open

馃挕[feat] delete batch of experiment and checkpoints #6554

ghstgs opened this issue Apr 14, 2023 · 3 comments
Labels
feature Feature requests

Comments

@ghstgs
Copy link

ghstgs commented Apr 14, 2023

Describe the problem

deleting experiments/checkpoints one by one takes a while

Describe the solution you'd like

could we delete multiple experiments with

yes| det e delete 1 2 3 4 5

instead of having to do
yes| det e delete 1
yes| det e delete 2
yes| det e delete 3
yes| det e delete 4
yes| det e delete 5

it would also be nice to be able to delete all checkpoints from an experiment (while keeping the logs) rather than havin to de e lc and then delete them one by one...

det e delete-all-checkpoints EXP-ID

Describe alternatives you've considered

No response

Additional context

No response

@ghstgs ghstgs added the feature Feature requests label Apr 14, 2023
@rb-determined-ai
Copy link
Member

yeah, this is a good idea. I actually want to see this pattern all over our CLI and SDK (cc @wes-turner).

@rb-determined-ai
Copy link
Member

Until we can implement this feature, I can also say that doing the deletion in the python sdk, in a for loop, is much faster than running the cli in a for loop, if you're willing to write some python code.

@ioga
Copy link
Contributor

ioga commented Apr 14, 2023

jfyi @wes-turner @rb-determined-ai there was some work done recently to add APIs for bulk actions, but these haven't been exposed in the CLI yet. should be an easy thing to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests
Projects
None yet
Development

No branches or pull requests

3 participants