Luke Miner
Luke Miner
When you try to use this callback with a dataset, it errors out later because `samples` has a value of `None`. However, there is a value for `steps`, so the...
It would be great to get a static build version of this. I've tried to follow the directions here to do it myself, but for some reason, I always get...
There are certain exceptions that we catch, but that we would nonetheless like to have included in error tracking. Can this only be done by manually adding it to the...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
`torch.compile` doesn't play nicely with amp autocasting and occasionally there are issues when exporting to onnx or other formats. Would explicit fasting to float and back be preferrable. This appears...
# Add Optional GPU Acceleration using CuPy ## Summary This PR adds optional GPU acceleration to museval's BSS evaluation metrics using CuPy, providing significant performance improvements (10-20x speedup) while maintaining...