GUI gets stuck at "Starting training" while the chunk on Co-lab shows "Training 0 of max 60 epochs" #60
-
Hi, I hope my question makes sense. KR Thea |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I will add that often it doesn't just get stuck there, but actually looks like this when I open the program and doesn't change. |
Beta Was this translation helpful? Give feedback.
-
Hi Thea, Thanks for trying RootPainter and for reaching out about the problem!
It sounds like it might be a sync issue. If it is taking some time for the message from the server to get to the client. Perhaps there could be other files syncing in your local google drive? For example, if you had just added a dataset. Or an intermittent internet connection? It might just be that you are surprised at how slow things are. Unfortunately the client-server communication is limited by the sync speed of google drive. I've been looking into alternatives but haven't found anything free and convenient yet.
Yes, if you can see RootPainter training in colab then it is training. It sounds like the client doesn't tell you this because the message has not yet been syned from the server to the client. The client-server IO in RootPainter happens via google drive and google drive desktop client. Sometimes sync can be a little slow due to this. I just did a quick test myself using the biopores data with the colab notebook available at: And it seemed to work OK with the message of 'Training 0 of max 60 epochs without progress' showing up on the client (after it showed up in the colab notebook). If you think something might be wrong with RootPainter itself (and not just sync speed slow) then the best thing is to write step by step instructions for me to reproduce the bug. Basically tell me exactly which steps to follow, which behaviour you expected and which behaviour you experienced. Including the version of the software used would also be helpful. Kind regards, |
Beta Was this translation helpful? Give feedback.
Hi Thea,
Thanks for trying RootPainter and for reaching out about the problem!
It sounds like it might be a sync issue. If it is taking some time for the message from the server to get to the client. Perhaps there could be other files syncing in your local google drive? For example, if you had just added a dataset. Or an intermittent internet connection?
It might just be that you are surprised at how slow things are. Unfortunately the client-server communication is limited by the sync speed of google drive. I've been looking into alternatives but …