charliememory / EGSC-IT

Tensorflow implementation of ICLR2019 paper "Exemplar Guided Unsupervised Image-to-Image Translation with Semantic Consistency"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sggan not defined.

hi-zhengcheng opened this issue · comments

EGSC-IT/main.py

Line 119 in 6ab8bd3

trainer = sggan(sess, args)

@charliememory it seems that sggan is not defined in any files. Are there missing files or updates not submitted ? If this code is just for test, maybe you can delete it.

They are some dummy code for test and I just removed them for clarity. Thanks for your feedback.