Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tgan on golf videos #7

Open
bernhard2202 opened this issue Feb 26, 2018 · 2 comments
Open

tgan on golf videos #7

bernhard2202 opened this issue Feb 26, 2018 · 2 comments

Comments

@bernhard2202
Copy link

Hi, when I try to run tgan on golf videos two things are not working:

  1. when I use the wgan_clip configuration the update updaters/tgan_updater_wgan_clip.py is not part of this repository

  2. when I use the wgan_svd configuration I get the following error:

Traceback (most recent call last):
  File "train.py", line 188, in <module>
    sys.exit(main())
  File "train.py", line 183, in main
    trainer.run()
  File "/scratch_net/boyscouts/kratzwab/apps/python-2.7/lib/python2.7/site-packages/chainer/training/trainer.py", line 313, in run
    six.reraise(*sys.exc_info())
  File "..../apps/python-2.7/lib/python2.7/site-packages/chainer/training/trainer.py", line 299, in run
    update()
  File ".../apps/python-2.7/lib/python2.7/site-packages/chainer/training/updater.py", line 223, in update
    self.update_core()
  File "updaters/tgan_updater_wgan.py", line 107, in update_core
    for name, p in namedparams.items() if p.data.ndim >= 4]
AttributeError: 'numpy.ndarray' object has no attribute 'get'

Do you know how I can fix this?

@gsygsy96
Copy link

gsygsy96 commented Apr 6, 2018

Maybe you can show your golf_dataset.pkl.

@abhishekaich27
Copy link

Can you provide the golf dataset's pickle file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants