tgan icon indicating copy to clipboard operation
tgan copied to clipboard

The implementation of Temporal Generative Adversarial Nets with Singular Value Clipping

Results 7 tgan issues
Sort by recently updated
recently updated
newest added

Hello! Do you have any pretrained model that we can use to generate a few samples? Thanks

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...

Here's just a small snippet of the error chain: File "/home/bcichy/anaconda3/lib/python3.6/site-packages/chainer/dataset/dataset_mixin.py", line 67, in __getitem__ return self.get_example(index) File "datasets/ucf_dataset.py", line 37, in get_example x = self._crop_center(x) File "datasets/ucf_dataset.py", line 26,...

Hi, excellent work! I have a question that in origin WGAN paper and its code, in one iteration discriminator is trained several sub-iterations before generator is trained, but that's not...

Hi, I **downloaded the ucf-101 dataset using the url provided**. However, when I try to run the following command: **train.py --config_path configs/ucf101/ucf101_wgan_svd_zdim-100_no-beta.yml --gpu 0** the error 'ValueError: unsupported pickle protocol:...

https://www.dropbox.com/sh/j9fsakeuvicpeo8/AAD6BVhbZRyi7NXaMfn6TO4da?dl=0 500 error

Hi, the paper says that you also implemented Conditional TGAN which can take labels as the condition. Did you upload the code of conditional TGAN? I could not find it.