MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / update_dataset_inst

Function update_dataset_inst

config.py:379–382  ·  view source on GitHub ↗
(dataset_inst)

Source from the content-addressed store, hash-verified

377
378
379def update_dataset_inst(dataset_inst):
380 cfg.immutable(False)
381 cfg.DATASET_INST = dataset_inst
382 cfg.immutable(True)

Callers 1

setup_loadersFunction · 0.90

Calls 1

immutableMethod · 0.80

Tested by

no test coverage detected