MCPcopy 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
364def update_epoch(epoch):
365 # Update EPOCH CTR
366 cfg.immutable(False)
367 cfg.EPOCH = epoch
368 cfg.immutable(True)
369
370
371def update_dataset_cfg(num_classes, ignore_label):

Callers 1

mainFunction · 0.90

Calls 1

immutableMethod · 0.80

Tested by

no test coverage detected