Unsupervised Typography Transfer
1.0.0
请参阅https://zhuanlan.zhihu.com/p/31619824
或https://arxiv.org/abs/1802.02595有关详细信息
安装Python3(> = 3.5)
将两个字体(notosanscjk.ttc,notoserifcjk.ttc)放在./fonts文件夹下。
在Shell中键入以下命令:
pip3 install --user -r requirements.txt
如果您有支持CUDA的GPU,请在requirements.txt中用tensorflow-gpu替换tensorflow
跑步
make sample
在项目的根目录下。
跑步
python3 train.py
在训练模型时,打开一个新标签和类型
tensorboard --logdir ./board
代码来自:
网络体系结构来自以下方式:
Apache 2.0