MCPcopy Create free account
hub / github.com/apple/ml-pointersect / setup_assets

Method setup_assets

cdslib/core/script/base_train.py:1032–1035  ·  view source on GitHub ↗

Setup the assets like dataset, pretrained models, etc.

(self)

Source from the content-addressed store, hash-verified

1030
1031 @customer
1032 def setup_assets(self):
1033 """
1034 Setup the assets like dataset, pretrained models, etc.
1035 """
1036
1037 @customer
1038 def additional_setup_before_dataloader(self):

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected