Is there a memmap functionality for pickle?

Question:

Is there a memmap functionality for pickle or torch.load()?

Ref: https://numpy.org/doc/stable/reference/generated/numpy.memmap.html

Asked By: j35t3r

||

Answers:

My solution:

Using instead of pickle or torch.save/torch.load. It is better to use tf.records, e.g. from the PyTorch DALI plugin.

Answered By: j35t3r
Categories: questions Tags:
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.