chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision
MIT License
1.48k stars 304 forks source link

Set allow_pickle=True #853

Closed Hakuyume closed 5 years ago

Hakuyume commented 5 years ago
Unpickling while loading requires explicit opt-in

The functions np.load, and np.lib.format.read_array take an
allow_pickle keyword which now defaults to False in response to
CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.

https://github.com/numpy/numpy/releases/tag/v1.16.3

Hakuyume commented 5 years ago

pfnCI, test this please

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 427ce1a (b555b69):