雑感等

音楽,数学,語学,その他に関するメモを記す.

2020-05-18から1日間の記事一覧

pythonで並列(joblib)使った際のパーミッションエラー

https://github.com/joblib/joblib/issues/806 albertcthomas commented on 3 Dec 2018 @robintwhite for now, if this is possible in your case, you can disable memmaping by setting max_nbytes=None in Parallel Parallel(n_jobs=-1, max_nbytes=None)…