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

Add option to see the log in UI #1

Open
sarthakpati opened this issue Aug 20, 2020 · 0 comments
Open

Add option to see the log in UI #1

sarthakpati opened this issue Aug 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sarthakpati
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, the UI freezes once inference/training begins, which is not ideal for user experience.

Describe the solution you'd like
A continuously updating "tail" of the collaborator log would make this process better and provide much needed feedback to the user.

Describe alternatives you've considered
N.A.

Additional context
This is a non-trivial task and requires thought on the following points:

  • The log file should not lock while read is happening on UI so that the python layer can continue to write to it
  • The collaborator process should be kicked off on its own thread and its state constantly monitored, so that any reading function can be implemented
  • A possible solution for "tail" function: https://stackoverflow.com/a/25823778/1228757
@sarthakpati sarthakpati added the enhancement New feature or request label Aug 25, 2020
hasan7n pushed a commit to hasan7n/Front-End that referenced this issue Dec 12, 2023
hasan7n pushed a commit to hasan7n/Front-End that referenced this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant