-
Notifications
You must be signed in to change notification settings - Fork 521
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
[FEATURE REQUEST] Improved tooltips/explanations of fields in GUI #826
Comments
I don't want to spam issues in your repo, so I'm just going to add some more feedback here:
There are quite a few 'basic' improvements that this project needs, along the lines of the above examples, I think. Currently it seems like it's in a draft stage, but since the project has been around for quite a while this surprises me. Presumably a lot of work has gone into this, so I'm sending this feedback in the hope that you'll see the value in doing a bit of work on the UX side of things to fully realize all the benefits of that behind-the-gui effort. In any case, thank you for your work in making ML more accessible! |
thanks for your suggestions, ill consider them and add more info to docs.
To avoid this, when creating the space, set PAUSE_ON_FAILURE to 0 |
I'd you're able to make that default it would be a big UX improvement |
not really. the choice is presented when creating the space. its an advanced option for debugging. people dont want to get charged for having left the space running with nothing happening. also, the logs are available even when space goes to sleep mode on error. |
Yes, but the UX here is quite bad. It just says "The owner paused this space" or something. And you need to know to click the little icon in the top bar. It's not clear at all why it happened, and doesn't say to check the logs to find the cause. If you want a default here for preventing unwanted spending, it'd be better to have/use the "pause if no GPU activity after N hours". I understand that this is platform-level stuff though, and you might not have direct control over this stuff. |
This issue is stale because it has been open for 30 days with no activity. |
Feature Request
I'm pretty bad at writing docs myself, so I can't criticize, but it would seemingly take quite a small amount of effort to add hover tooltips to the fields like "Train" and "Save total limit".
You can use the HTML built in
title
attribute, so there's no need to import any libraries or anything like that. I.e.Motivation
Would make it much easier to use for newbies.
Additional Context
Also, every time you make a mistake in the GUI, the whole space/container crashes, and it's not clear to the user what caused it - especially via huggingface spaces, because it says "the owner has paused this". And you need to know to click on the little logs button at the top to work out what happened.
A few usability improvements would make this project a lot more useful to newbies I think.
The text was updated successfully, but these errors were encountered: