nerfstudio
nerfstudio copied to clipboard
Do not apply activation for last MLP layer
This fixes activation
being applied on the last layer:
... -> linear -> `activation` -> `output_activation` -> (output tensor)
Also replacing tuple-lookup with set-lookup.