You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Firstly, I would like to thank you for your outstanding work speeding up NeRF.
I have trained a multi-network in the pretrain procedure(with 27 middle MLP).I want to know can I use this model as the pretrain in your code during the distill procedure.
The text was updated successfully, but these errors were encountered:
Hi :) You trained a multi network consisting of 27 middle-sized MLPs from scratch and want to use these for bootstrapping a multi network with a higher number of small MLPs? Sounds like a cool idea. The current code only supports distillation from a single network to a multi network, but it should not be hard to adapt it to suit your use case: multi network -> multi network.
Hi! Firstly, I would like to thank you for your outstanding work speeding up NeRF.
I have trained a multi-network in the pretrain procedure(with 27 middle MLP).I want to know can I use this model as the pretrain in your code during the distill procedure.
The text was updated successfully, but these errors were encountered: