nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Do not apply activation for last MLP layer

Open kevinddchen opened this issue 2 years ago • 0 comments

This fixes activation being applied on the last layer:

... -> linear -> `activation` -> `output_activation` -> (output tensor)

Also replacing tuple-lookup with set-lookup.

kevinddchen avatar Nov 10 '22 17:11 kevinddchen