We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de76c3 commit 32a73fcCopy full SHA for 32a73fc
examples/decoding/basic_example.py
@@ -41,7 +41,7 @@ def plot(frames: torch.Tensor, title: str | None = None):
41
print("Cannot plot, please run `pip install torchvision matplotlib`")
42
return
43
44
- plt.rcParams['savefig.bbox'] = 'tight'
+ plt.rcParams["savefig.bbox"] = 'tight'
45
fig, ax = plt.subplots()
46
ax.imshow(to_pil_image(make_grid(frames)))
47
ax.set(xticklabels=[], yticklabels=[], xticks=[], yticks=[])
0 commit comments