Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ace-step/ACE-Step
/ training_step
Method
training_step
trainer.py:602–603 ·
view source on GitHub ↗
(self, batch, batch_idx)
Source
from the content-addressed store, hash-verified
600
return
loss
601
602
def
training_step(self, batch, batch_idx):
603
return
self.run_step(batch, batch_idx)
604
605
def
on_save_checkpoint(self, checkpoint):
606
state = {}
Callers
nothing calls this directly
Calls
1
run_step
Method · 0.95
Tested by
no test coverage detected