MCPcopy
hub / github.com/hojonathanho/diffusion / eval_input_fn

Method eval_input_fn

diffusion_tf/tpu_utils/datasets.py:115–116  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

113 return self._train_input_fn(params, one_pass=True)
114
115 def eval_input_fn(self, params):
116 return None
117
118 # Parse individual image from a tfrecords file into TensorFlow expression.
119 def _parse_tfrecord_tf(self, record):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected