-
Notifications
You must be signed in to change notification settings - Fork 4
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
Platform to run this application #13
Comments
Hi there, thank you very much for using this software~ Currently I only test the functionalities on Linux (Ubuntu distribution), but it should work on Windows. I'm not sure about the Lines 16 to 18 in 6b24567
Besides, was the client registered on the server successfully? You may find the relevant information in the printed log. |
If you do have a while, we can connect regarding this. i really am looking forward to make contribution to this repo and add it to my thesis. so do let me know if you can spare some time for this. my email: [email protected] Hey so How i am running your application is , so when i run all the above 3 terminals it stays in that state for a while even after when the terminal says the training is completed and final accuracy is given and after quite a while, the another terminal's processing is starting. (I presume there is a duplicate process being created.) the same happens for the other terminal as well. a duplicate process being triggered is what i assume. correct me if im wrong but the front end is not being updated even the terminal says the training is completed. and also i would like to know more about the and hey i have no idea on the |
Hi there, thanks for your valuable feedback!
Test case 1: queue vs. sheduleTest case 2: queue and schedule on the same GPU
I've understood what's going on from your point of view. You said the scheduling server would be still waiting even if the job had finished. However, a client is not designed or required to send a Here's why we need the A possible solution to this may be adding another client status: |
Or maybe we could optimize the logic in |
Thanks for your Great explantion and your time to test my scenario. Some more queries from my side are,
Help me out with regards to this. and hey, thanks once again for your time. Really Grateful !. Let me know if i can be of any help to you. |
Line 252 in 6b24567
2-3. I'm running the experiments with a local cluster in my lab. However, I suggest not to really rent GPUs from cloud providers if you care about the cost. You could hook some APIs in the functions below to build a testing environment, which is the least costly way to test new functions. Lines 17 to 22 in 6b24567
|
Where do i run this application. i am currently using windows with a single GPU. so in a terminal i am running the server and in two seperate terminals i am running the examples. if the wait argument is mentioned, the program doesnt move forward, if i remove the wait argument, it moves, but the UI doesnt show the allocation and everything.
some sort of clarification would be verymuch appreciated
The text was updated successfully, but these errors were encountered: