-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update the error message and automatically download a dataset when a part of a recipe is not found #208
Conversation
…e model download code commented out for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll have a closer look at this Monday morning. I think this is short-term either way. We should make a modal that shows you details and updates you on progress etc.
Yeah definitely |
…e model download code commented out for now
…thub.com/transformerlab/transformerlab-app into sanjay-fix-recipes-that-need-downloading
…well across os darkmode
…ownloadProgressBox
…certain downloads
if (!response.dataset.downloaded) { | ||
msg += "Download dataset " + response.dataset.path | ||
msg += "\n Download dataset " + response.dataset.path + ", this will be done automatically"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we can automatically start these downloads without the user knowing what they are getting into? (even if we say this is just temporary)
My suggestion is:
- check if anything has to be downloaded. If so they show a confirm instead of an alert.
- If they click OK on the confirm THEN do the download.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be done now.
Fixed the training status text when a failure occurs from success to failure
…thub.com/transformerlab/transformerlab-app into sanjay-fix-recipes-that-need-downloading
…on localhost. must improve before next release.
…e model download code commented out for now
…ownloadProgressBox
…certain downloads
…thub.com/transformerlab/transformerlab-app into sanjay-fix-recipes-that-need-downloading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good enough for now!
This change automatically downloads a dataset if a recipe requires one that is not downloaded, also this change contains commented code for model downloading that is not complete yet, but will be soon.