mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-07 00:24:21 +08:00
8 lines
90 B
Python
8 lines
90 B
Python
__all__ = [
|
|
"train",
|
|
"evaluate",
|
|
"embed",
|
|
"predict",
|
|
"extract_3di",
|
|
]
|