MCPcopy Create free account
hub / github.com/CausalLearning/robust-unlearnable-examples / get_clear_loader

Function get_clear_loader

utils/imagenet_utils.py:265–269  ·  view source on GitHub ↗
(
        dataset, batch_size, root='./data', train=True,
        noise_rate=1.0, poisoned_indices_path=None)

Source from the content-addressed store, hash-verified

263
264
265def get_clear_loader(
266 dataset, batch_size, root='./data', train=True,
267 noise_rate=1.0, poisoned_indices_path=None):
268
269 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected