Hello,
I have succeeded in converting the code, but am having a tough time trying to load objects that were saved by my previous Python 2-based code. These objects contain matrices as members.What do I need to do to be able to load these objects?
As far as I can tell, load(...,encoding='latin-1') doesn't work with a dict containing a matrix but load(...,encoding='bytes') does. See the attachment.
Thanks!