Closed
Description
Description
simple_trainer.py references gsplat.optimizers
. However, the latest release of the precompiled gsplat binary doesn't contain this module.
As a result, executing the script throws the following error:
Traceback (most recent call last):
File "/gsplat/examples/simple_trainer.py", line 43, in <module>
from gsplat.optimizers import SelectiveAdam
ModuleNotFoundError: No module named 'gsplat.optimizers
Workaround
A known workaround is to compile gsplat from source #463 (comment), however, this process can be time-consuming and may not be obvious to new users.
Request
Please may I request a release of gsplat (version 1.4.1, perhaps?) so that it becomes compatible with code in the examples folder?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels