Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ training_tqdm_dict
Method
training_tqdm_dict
utils/pl_utils.py:589–594 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
587
588
@property
589
def
training_tqdm_dict(self):
590
tqdm_dict = {
591
'step'
:
'{}'
.format(self.global_step),
592
}
593
tqdm_dict.update(self.tqdm_metrics)
594
return
tqdm_dict
595
596
# --------------------
597
# restore ckpt
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected