Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMeshLab/MeshXL
/ train
Method
train
models/mesh_xl/get_model.py:11–13 ·
view source on GitHub ↗
(self, mode: bool = True)
Source
from the content-addressed store, hash-verified
9
class
MeshXL(nn.Module):
10
11
def
train(self, mode: bool = True):
12
super().train(mode)
13
return
self
14
15
def
__init__(self, args):
16
super().__init__()
Callers
2
__init__
Method · 0.95
do_train
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected