chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
622 stars 129 forks source link

experimental commit #349

Closed corochann closed 5 years ago

corochann commented 5 years ago

DO NOT MERGE.

this is to check scaler_serialize test.

corochann commented 5 years ago

I understand that issue comes from numpy behavior has changed from version 1.16.3. Now we need to pass allow_pickle=True explicitly in order to load None object.

Reference: https://stackoverflow.com/questions/55824625/how-to-fix-object-arrays-cannot-be-loaded-when-allow-pickle-false-in-the-sketc

This should be fixed in chainer serializer.load_npz.