jonbarron

Results 77 comments of jonbarron

Sounds like JAX doesn't support whatever hardware you're running on yet.

This video doesn't load for me, but it looks like this is the `acc` rendering, which is a diagnostic rendering of the accumulation buffer. The `color` rendering is what you...

Can't say I understand this question.

Weird, sounds like the tolerances are a little too tight for whatever hardware you're running on. I wouldn't worry about it, just ignore these tests. Or feel free to increase...

Ah, looks like we're computing the geometric mean instead of the arithmetic mean there. I think this was done to prevent numerical issues when t is very large, and I...

The `_color.mp4` video should be the RGB rendering. How do things look after you train for more than zero steps?

Can you share the rendering? And its filename?

Since the filename has `step_0_` in it, it seems like your training loop is doing zero steps of optimization, which will produce bad results. Sounds like there's something wrong with...

eval.py renders test-set views, render.py should render a 360 swivel view.