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

Method forward

axlearn/common/trainer_test.py:1124–1130  ·  view source on GitHub ↗
(self, input_batch: Nested[Tensor])

Source from the content-addressed store, hash-verified

1122 learning_rate=0.1, decouple_weight_decay=True
1123 ),
1124 ),
1125 max_step=8,
1126 checkpointer=Checkpointer.default_config().set(
1127 save_policy=config_for_function(every_n_steps_and_last_policy).set(
1128 n=3,
1129 max_step=8,
1130 ),
1131 ),
1132 )
1133

Callers

nothing calls this directly

Calls 3

tree_pathsFunction · 0.90
mapMethod · 0.80
forwardMethod · 0.45

Tested by

no test coverage detected