MCPcopy Create free account
hub / github.com/albertpumarola/GANimation / __init__

Method __init__

data/dataset.py:9–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class DatasetFactory:
9 def __init__(self):
10 pass
11
12 @staticmethod
13 def get_by_name(dataset_name, opt, is_for_train):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected