Run multiple independent models on single GPU

Hola! Thanks for your answer!

I can’t use independent Python kernen because I want the models to interact after training session. And there are a lot of training sessions involved. So I need to train them in a single script.

Why does multiprocessing not work with CUDA? What library can I use to try threading?