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

Method prefetch_batch

pretrain_src/dataloader.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 raise NotImplementedError
172
173 def prefetch_batch(self):
174 raise NotImplementedError
175
176class BioBARTDatasetProvider(BARTDatasetProviderInterface):
177 def __init__(self, args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected