Search code examples
pythoncntk

CNTK and UserMinibatchSource prefetch


If I implement an UserMinibatchSource in python, will the minibatch data be prefetched when training?


Solution

  • The prefetching functionality is part of the Deserializer classes in C++. Therefore, prefetching will not be available for custom data unless you write some C++ code.