nerfstudio
nerfstudio copied to clipboard
make @property for device more abstract
Move @device property into a decorator. E.g., we use device_indicator_param in the Graph class (soon to be called Model). We should make this functionality more generic and abstracted.
"device" is referring to the "cpu", "cuda:0", etc.