Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_mask
Function · 0.80
_log_rollout_data
Method · 0.80
_validate
Method · 0.80
_balance_batch
Method · 0.80
fit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected