MCPcopy Create free account
hub / github.com/JunlinHan/DCLGAN / set_input

Method set_input

models/base_model.py:71–77  ·  view source on GitHub ↗

Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): includes the data itself and its metadata information.

(self, input)

Source from the content-addressed store, hash-verified

69
70 @abstractmethod
71 def set_input(self, input):
72 """Unpack input data from the dataloader and perform necessary pre-processing steps.
73
74 Parameters:
75 input (dict): includes the data itself and its metadata information.
76 """
77 pass
78
79 @abstractmethod
80 def forward(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected