MCPcopy Create free account
hub / github.com/SHAILAB-IPEC/OpenFly-Platform / commit_for_dataset

Method commit_for_dataset

train/model/metrics.py:304–305  ·  view source on GitHub ↗
(self, dataset_name: str, **kwargs)

Source from the content-addressed store, hash-verified

302 self.state[key].append(value.detach())
303
304 def commit_for_dataset(self, dataset_name: str, **kwargs) -> None:
305 self.dataset_trackers[dataset_name].commit(**kwargs)
306
307 @overwatch.rank_zero_only
308 def push(self) -> str:

Callers 1

run_vla_trainingMethod · 0.80

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected