Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aigc3d/LHM
/ to
Method
to
engine/SegmentAPI/base.py:32–34 ·
view source on GitHub ↗
(self, device)
Source
from the content-addressed store, hash-verified
30
return
self
31
32
def
to(self, device):
33
self.model.to(device)
34
return
self
35
36
def
eval(self):
37
self.model.eval()
Callers
15
core_fn
Function · 0.45
launch_gradio_app
Function · 0.45
core_fn
Function · 0.45
launch_gradio_app
Function · 0.45
core_fn
Function · 0.45
launch_gradio_app
Function · 0.45
eval
Function · 0.45
ssim
Function · 0.45
lpips
Function · 0.45
ssim
Function · 0.45
lpips
Function · 0.45
eval
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected