Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/semantic-segmentation
/ update_epoch
Function
update_epoch
config.py:364–368 ·
view source on GitHub ↗
(epoch)
Source
from the content-addressed store, hash-verified
362
363
364
def
update_epoch(epoch):
365
# Update EPOCH CTR
366
cfg.immutable(False)
367
cfg.EPOCH = epoch
368
cfg.immutable(True)
369
370
371
def
update_dataset_cfg(num_classes, ignore_label):
Callers
1
main
Function · 0.90
Calls
1
immutable
Method · 0.80
Tested by
no test coverage detected