AI good practices in combining tasks?
I’m designing a neural network (pytorch) that accomplishes two different, but entangled, tasks. One is very difficult, one is very easy. While training two different models (two trainings, two set of parameters,…) can crack both of the problems independently, when combined, the hard task fails, no matter what I do. I would like to understand… Read More AI good practices in combining tasks?