Matthew Tancik

Results 241 comments of Matthew Tancik

These are exported from Blender when rendering the images.

Yep, it looks like the neural_tangents 0.3.2 has some breaking changes. I updated the notebook to use version 0.2.2.

We used machines with 64GB of RAM so the 500GB is unlikely the issue. Our GPU has 16GB of memory, perhaps this is where the limitation is? If it is,...

Im going to reopen for now. The NAN can be fixed if the precision is changes, but the performance worsens.

This looks like an issue with the tinycudann library. Looking through their Github issues, at least one other person had this issue - https://github.com/NVlabs/tiny-cuda-nn/issues/160 Their solution isn't particularly promising, if...

I worry that there are many different ways to install cuda that can conflict with each other. I think it may be difficult to provide a single set of instructions...

Yea good idea. I added a short blurb, hopefully it will prevent this confusion in the future. I'm going to close this issue, feel free to reopen if you don't...

All of these options would be easy enough for us to add. The primary question is what would be easiest to anyone using our repo for the first time... (3)...

>Being able to just write self.config = config (as opposed to repeating self.config_name = config_name for every single configurable value) and pass the config directly to super().__init__() without worrying about...