kilonerf icon indicating copy to clipboard operation
kilonerf copied to clipboard

multi-network using for the distill procedure

Open lukeju opened this issue 4 years ago • 2 comments

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.

lukeju avatar Dec 07 '21 09:12 lukeju

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.

creiser avatar Dec 07 '21 20:12 creiser

Okay,thank you for your reply,I'm now adapting the code.

lukeju avatar Dec 08 '21 08:12 lukeju