Sacha Jungerman
Sacha Jungerman
Hello, I've been using this (excellent) library for a while, and I just stumbled upon a new feature in pytorch. It seems that pytorch now has an [IterableDataset](https://pytorch.org/docs/stable/data.html#torch.utils.data.IterableDataset) class that...
I'm trying to add a custom colormap for use with a point cloud. I would like each point to have its own color. I have two arrays one containing the...
It seems that tab autocomplete does not work in PowerShell in win10. The error seems to stem from the `readline` package which isn't supposed to work on Windows. Is this...
### Description EDIT: This issue actually comes from `reverse_video_file`. See below. I'm aware this is likely an `av` bug, but I'm filling it here because others might encounter it. It...
I wasn't sure if batch matmul was supported, as this seems to be documented nowhere except in pytorch's documentation. It seems to work fine with small tensors but breaks down...