How is with web application to training?

Hello,

I’m writing here because I can’t find any information about setting training in web-app. I’m looked on many pages, but there was only information about how set Jupyter notebook and write easy commands or how to set up training but from the console.
In my case is necessary possibility to give users access to web-app where they can set up and start that process.
If it can work by Jupyter, that’s great:)

Also, I found that I should plan how many and with ip’s nodes I want to process that, do it possible set up it once for all training?

Regards,
Konrad

Hi,

Did you want to do training in web-app or inference (prediction) in web-app? Usually for training you can do that as a separate process and checkpoint the model, which can be used to serve for prediction later. Do you mind elaborating your use case a bit more?