Multithreading TFRecord writing stops abruptly on kaggle notebook
I’m reaching out for some help regarding multithreading for TFRecord writing in Kaggle notebooks. I’m currently working on the VGGFace2 dataset and aiming to convert image pairs into TFRecords for training, validation, and testing sets, but the process is overly slow running on a single thread.
The TFRecord files contains the protobuf examples of this paired images to denote same person and different person.