Hello everyone,
I'm currently working on my final project, I'm trying to optimize the implementation technique of PSGAN algorithm with Distributed Deep Learning (DDL). But then I found out that PSGAN is using Theano, which is not supported for distribution. Because that, I want to try to modify the PSGAN algorithm first, I want to use Tensorflow as the main library of the algorithm so I can implement the algorithm with DDL. Is it possible to migrate from Theano to Tensorflow?
Thanks in advance!