MCPcopy
hub / github.com/sicxu/Deep3DFaceRecon_pytorch / set_input

Method set_input

models/base_model.py:73–79  ·  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

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

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36