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

TypeError: write_gif() got an unexpected keyword argument 'verbose' #616

Open
LaughBuddha opened this issue Mar 21, 2021 · 1 comment
Open

Comments

@LaughBuddha
Copy link

Getting the error message
TypeError: write_gif() got an unexpected keyword argument 'verbose' on using add_video

from tensorboardX import SummaryWriter
...
self.summary_writer = SummaryWriter(self.options.summary_dir)

color_gt_crops_spatial = viz_utils.colorize_grid(batch['gt_grid_crops_spatial'], color_mapping=3)
self.summary_writer.add_video(prefix+"gifs/gt_crops_spatial", color_gt_crops_spatial, self.step_count, fps=0.25)

Environment
What is the result of
pip list|grep -E "torch|proto|tensor"
Below are the versions
image

image

Python environment
Python 3.6
Virtual Environment

Additional context
image (2)

@lanpa
Copy link
Owner

lanpa commented Mar 31, 2021

https://github.com/Zulko/moviepy/blob/5a63b642ae8fceab385eb0fdbe19ee7b9e7c0aa7/CHANGELOG.md

Seems that the version you installed has different signature. Can you try if moviepy v1.0.3 work for you?

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

2 participants