Skip to content

Request: Release latest version of gsplat with gsplat.optimizers module included #574

Closed
@canxerian

Description

@canxerian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions