We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the error message TypeError: write_gif() got an unexpected keyword argument 'verbose' on using add_video
TypeError: write_gif() got an unexpected keyword argument 'verbose'
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
pip list|grep -E "torch|proto|tensor"
Python environment Python 3.6 Virtual Environment
Additional context
The text was updated successfully, but these errors were encountered:
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?
moviepy v1.0.3
Sorry, something went wrong.
No branches or pull requests
Getting the error message
TypeError: write_gif() got an unexpected keyword argument 'verbose'
on usingadd_video
Environment
What is the result of
pip list|grep -E "torch|proto|tensor"
Below are the versions
Python environment
Python 3.6
Virtual Environment
Additional context
The text was updated successfully, but these errors were encountered: