请问https://github.com/deepfakes/faceswap 中的训练网络架构具体是什么样的?在源代码中找了半天还是不清楚。
https://github.com/deepfakes/faceswap/tree/master/plugins/train/model我在训练的时候使用的是original训练器。这个文件夹里面的original.py中有编码器和解码器,但是不知道具体的网络架构长什么样。
https://blog.csdn.net/qq_33120609/article/details/88734143