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

Make sure tracker actually logs config and fix key filtering #171

Closed tovacinni closed 1 year ago

tovacinni commented 1 year ago

Right now keys that are not actually config elements would get stored in the dataframe.

In addition, make sure the config is logged by default.