MCPcopy Create free account
hub / github.com/apple/axlearn / default_config

Method default_config

axlearn/common/evaler_test.py:81–84  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

79
80 @classmethod
81 def default_config(cls):
82 cfg = super().default_config()
83 cfg.shape = _EXAMPLE_SHAPE
84 return cfg
85
86 def batches(self, it: tf.data.Iterator):
87 yield from it

Callers 12

default_configMethod · 0.45
default_configMethod · 0.45
test_spmd_evalerMethod · 0.45
test_min_stepMethod · 0.45
test_output_writerMethod · 0.45
test_eval_policyMethod · 0.45
test_dependenciesMethod · 0.45
test_alt_predictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected