Jacky Lee
Jacky Lee
> Is this close? I see it's still draft. It's close. Just need to support fallback and increment seek properly. I'm on a business trip so I haven't had a...
Update: looks like we don't really need fallback. I need to figure out where our implementation is different.
Our implementation works now! We have some clean up to do, but our implementation seems to perform better on larger audio files. OpenAI's implementation is missing sentences when I transcribe...
Since the PyTorch functions are stored in `torch.nn.functional`, I suggest to move our functions to `tinygrad/nn/functional.py` to match.
Can you add some tests?
> as you wish, that's how it is in pytorch. I thought I heard you say you wanted to keep a similar api > > https://pytorch.org/docs/stable/generated/torch.nn.PixelShuffle.html We want to keep...
> Err, so there's a chance I'm wrong about this. I thought the `|` instead of `Union` was later. It was [introduced in python 3.10](https://peps.python.org/pep-0604/), but CI passed with the...