Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
def
update_dataset_inst(dataset_inst):
380
cfg.immutable(False)
381
cfg.DATASET_INST = dataset_inst
382
cfg.immutable(True)
Callers
1
setup_loaders
Function · 0.90
Calls
1
immutable
Method · 0.80
Tested by
no test coverage detected