ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A question about the network

caozhenxiang-kouji opened this issue · comments

Thanks for the great implementation!
However, I found that the network in this project is different from the one in the original paper(The original paper mentioned that it uses activation function on the hidden layers while it is not used in torch-ngp). Is there a reason for the removal of the activation function?

My bad. It seems that the ReLU function is inside the forward function. Then there won't be a question anymore.