Hi, Thanks for that - but it doesn’t work for me.
pathstr = str(path)
(pathstr + ‘/to.pkl’).save(to)
AttributeError: ‘str’ object has no attribute ‘save’
How does the call to save need to change?
Thanks,Shraddha
Hi, Thanks for that - but it doesn’t work for me.
pathstr = str(path)
(pathstr + ‘/to.pkl’).save(to)
AttributeError: ‘str’ object has no attribute ‘save’
How does the call to save need to change?
Thanks,Shraddha