David Chavez

Results 75 comments of David Chavez

@theofficialgman would you mind rebasing against `dev` so it can pull our updates to the CI?

@theofficialgman actually let's include sse2neon along with the other 3rd party libs in `lib`. As long as you add it to the PUBLIC includes in the CMakeLists it should be...

Thanks again for the contribution @theofficialgman !

> @DarioSamo @dcvz I saw that you created the [feature/metal](https://github.com/rt64/rt64/activity?ref=feature/metal) branch recently. I worked with vulkan raytracing before and am currently developing on a M3 pro MacBook. If you are...

There's a fix for this ongoing here: https://github.com/doublesymmetry/KotlinAudio/pull/87. I'll update this thread when that's done.

This should be fixed now in `v4.0.0.0-rc07`

The issue is `Candle does not support excluding pad count in pooling`

@Luni-4 did you build this in the end?

The average pool config that is being used in the squeezenet is using `.with_count_include_pad(false)` which is not supported in Candle.

`uncat` is not an op I've seen, though pytorch does have `split()` which would also yield the result you want. However, in Burn you can achieve the outcome you want...