Unsupervised-Typography-Transfer icon indicating copy to clipboard operation
Unsupervised-Typography-Transfer copied to clipboard

make sample error

Open oblivion120 opened this issue 7 years ago • 3 comments

TypeError: function takes exactly 1 argument (3 given)

oblivion120 avatar Nov 02 '18 11:11 oblivion120

Hi, Have you solved this problem? I also encountered this problem and can't solve this bug.

zijianh4 avatar Mar 16 '19 21:03 zijianh4

Have you run the code? I ran the model.py and it generated Model_dir file with a bunch of black and white pixel blocks.

zhaojingzj avatar Mar 21 '19 02:03 zhaojingzj

Change example_img = Image.new(mode, (canvas_size * 2, canvas_size), (255, 255, 255)) to example_img = Image.new(mode, (canvas_size * 2, canvas_size), "#FFFFFF")

WeiYi95 avatar Mar 05 '20 16:03 WeiYi95