thunil / TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RachelCmy issue #17

alessiapacca opened this issue · comments

@RachelCmy I tried to use your code from issue #17, unfortunately I got this error:

Sequenced batches: 1279, sequence length: 10
Traceback (most recent call last):
  File "main.py", line 286, in <module>
    print('tData count = %d, steps per epoch %d' % (rdata.image_count, rdata.steps_per_epoch))
TypeError: %d format: a number is required, not Tensor

line 285 and 286 in main.py are

rdata = frvsr_data_loader(FLAGS, useValidat)
print('tData count = %d, steps per epoch %d' % (rdata.image_count, rdata.steps_per_epoch))

could you please help me?