Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_config
Method · 0.45
default_config
Method · 0.45
test_spmd_evaler
Method · 0.45
test_min_step
Method · 0.45
test_output_writer
Method · 0.45
test_eval_policy
Method · 0.45
test_accumulated_summaries_match
Method · 0.45
setup_model_and_calculator_inputs
Method · 0.45
test_multiple_summaries_saved
Method · 0.45
test_different_calculator_same_metric_name
Method · 0.45
test_dependencies
Method · 0.45
test_alt_predict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected