Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-pointersect
/ train_setup
Method
train_setup
cdslib/core/script/base_train.py:1090–1091 ·
view source on GitHub ↗
Setup before training loop.
(self, epoch: int)
Source
from the content-addressed store, hash-verified
1088
1089
@customer
1090
def
train_setup(self, epoch: int):
1091
""
"Setup before training loop."
""
1092
1093
@customer
1094
@abstractmethod
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected