Skylar Wurster

Results 6 comments of Skylar Wurster

@DiyuanLu what was the loss you were getting for this model? Just curious - I'm around 40k steps and its between 1.7 and 2.5. I think I need to adjust...

I think there is some processing to determine is a .wav file is empty. Since a large portion of some files are static white noise, the algorithm might be thinking...

I'm looking into this library to replace some PyOpenGL code I've been using, as this is much more friendly! However, I definitely _need_ access to the depth buffer for my...

Thanks for the comment! I was going down a rabbit hole of using a duplicate scene with shaders that write depth instead of RGBA, but this pointed me back in...

Also posting to see if barriers are possible for subsets of the compute shader? I.e. workers in a smaller workgroup subset all wait at a barrier together, but don't wait...

Also commenting for more visibility. I'm creating a custom NeRF-like model. I sample multiple 3D feature grids with shape `[N,C,D,H,W]` given query points of shape `[N,B,3]`. A `for` loop iterating...