MCPcopy Create free account
hub / github.com/CompVis/zigma / __init__

Method __init__

datasets/dataset_wrapper.py:7–8  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

5
6class ImageFolder_FakeWrapper(Dataset):
7 def __init__(self, *args, **kwargs):
8 print("ImageFolder_FakeWrapper initialized")
9
10 def __getitem__(self, index):
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected