Closed yossadh closed 3 years ago
This looks like a for some reason corrupted file. Have you tried changing the filename (like nb4_2.pyemma'
)?
That's what I gather too from googling, but this is saving file, not reading...
I tried anyway with different filenames, still same error. That swmr
flag seems to be the problem.
Edit: For a workaround, saving directly with pickle.dump works ok
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am going through the tutorial and everything works perfectly except when saving the model (Tutorial 03, 04). Here's the error: With
cluster.save('nb4.pyemma', model_name='ala2tica_cluster', overwrite=True)
PyEMMA 2.5.7 Output of
conda list
: conda_list.txtHere's a quick checklist in what to include:
pip list
orconda list
of the environment you are using (please attach a txt file to the issue).