MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / get_data

Method get_data

verl/verl/protocol.py:843–847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

841 )
842
843 def get_data():
844 for _ in range(epochs):
845 for d in train_dataloader:
846 d.meta_info = self.meta_info
847 yield d
848
849 return iter(get_data())
850

Callers 5

compute_response_maskFunction · 0.80
_log_rollout_dataMethod · 0.80
_validateMethod · 0.80
_balance_batchMethod · 0.80
fitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected