NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.45k stars 133 forks source link

Patch for base trainer, bug where self.writer is assumed to exist but is never initialized #93

Closed tovacinni closed 1 year ago

tovacinni commented 1 year ago

self.writer exists in the baseclass, but is never initailized. This may eventually be replaced by a more general / modular logging mechanism but is still unimplemented.