From c218b36bf40edad377628501ab16218142075219 Mon Sep 17 00:00:00 2001 From: theblackcat102 Date: Mon, 7 Jun 2021 15:23:15 +0800 Subject: [PATCH] add notation --- h5record/dataset.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/h5record/dataset.py b/h5record/dataset.py index c5b69b5..c0aec6d 100644 --- a/h5record/dataset.py +++ b/h5record/dataset.py @@ -43,6 +43,9 @@ def __init__(self, schema, save_filename, data_iter=None, * data length must be known value otherwise chunk size will not be enabled * chunk size affects reading speed, usually a size of 100-500 is suitable value * compression algorithm affects reading speed, so if storage is not your concern is recommended not to enable + multiprocess: + if such error occur "OSError: Can't read data (address of object past end of allocation)" + set it to True ''' # normalized schema design to dictionary