MCPcopy Create free account
hub / github.com/GanjinZero/BioBART / prefetch_shard

Method prefetch_shard

pretrain_src/dataloader.py:167–168  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

165 raise NotImplementedError
166
167 def prefetch_shard(self, index):
168 raise NotImplementedError
169
170 def get_batch(self, batch_iter):
171 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected