Amit Abecasis

Results 3 comments of Amit Abecasis

With `CutlassMLP` this works for me: ``` import tinycudann as tcnn config = { "otype": "CutlassMLP", "activation": "None", "output_activation": "LeakyReLU", "n_neurons": 0, "n_hidden_layers": 0, } proj = tcnn.Network(2, 256, proj_config)...

Bumping this question

Any update? 9 months have passed since the last push..