incrapnito

incrapnito t1_jdqamby wrote

I think you are looking for federated learning which is complete research field on its own. It digs into combining weights of two neural networks such that both tasks can still be accomplished. Existing approaches should apply to transformers too.

−2

incrapnito t1_jca3u68 wrote

Another approach can be cyclegan or pix2pix, both are gan based model. Pix2pix works on paired data and cyclegan works can use unpaired data.

4