MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / set_dset

Method set_dset

models/uda/uda.py:71–72  ·  view source on GitHub ↗
(self, dset)

Source from the content-addressed store, hash-verified

69 self.print_fn(f'[!] data loader keys: {self.loader_dict.keys()}')
70
71 def set_dset(self, dset):
72 self.ulb_dset = dset
73
74 def set_optimizer(self, optimizer, scheduler=None):
75 self.optimizer = optimizer

Callers 7

main_workerFunction · 0.45
main_workerFunction · 0.45
main_workerFunction · 0.45
main_workerFunction · 0.45
main_workerFunction · 0.45
main_workerFunction · 0.45
main_workerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected