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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly show the running experiment progress #2043

Closed
maxagin opened this issue Jul 15, 2022 · 6 comments
Closed

Explicitly show the running experiment progress #2043

maxagin opened this issue Jul 15, 2022 · 6 comments
Assignees
Labels
A: experiments Area: experiments table webview and everything related discussion enhancement New feature or request

Comments

@maxagin
Copy link
Contributor

maxagin commented Jul 15, 2022

Would be helpful somehow to show the running experiments' progress. Every time I run an exp I feel like there is an endless process.

@maxagin maxagin added enhancement New feature or request discussion A: experiments Area: experiments table webview and everything related labels Jul 15, 2022
@maxagin
Copy link
Contributor Author

maxagin commented Jul 15, 2022

@mattseddon There is currently no way to get discrete progress information out of the CLI. The user can proxy progress by:
a.Being familiar with the experiments they are running (they should be).
b.Having the DVC terminal open which displays the CLI output (this opens by default).

I think we need to make sure to show the response on the GUI level. One of the options is to rely on the Step value. Below is an example. Please let me know WDYT?

Screen Shot 2022-07-15 at 2 02 42 PM

@shcheklein
Copy link
Member

I'm not sure I understand the concept. The problem itself is clear, there is no simple / reliable solution to this. If we decide to do this by a step - then people can just follow the column with it.

@maxagin
Copy link
Contributor Author

maxagin commented Jul 16, 2022

Sorry @shcheklein , I was not clear enough, let me explain what I meant to say by mentioning steps.
The progress is running only in the first column.

Untitled-1

@shcheklein
Copy link
Member

@maxagin there is not reliable way to get this number 8 and not reliable way to get the total number of steps.

I think it's better for users to just keep an eye on the column itself.

@maxagin maxagin self-assigned this Jul 17, 2022
@maxagin
Copy link
Contributor Author

maxagin commented Jul 17, 2022

@shcheklein, so you are saying there is no way we can break a process into some parts somehow, so we could show a progress line? Thanks

@shcheklein
Copy link
Member

so you are saying there is no way we can break a process into some parts somehow, so we could show a progress line? Thanks

Yep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: experiments Area: experiments table webview and everything related discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants