Open kyleabeauchamp opened 10 years ago
I have the same issue. Were you able to find a solution?
This happens when Cluster.py has already written the Assignments.h5 file. When you cluster with a stride of 1 it uses all of your data, which means you do not need to run Assign.py
So if you do this:
You end up with a totally arcane error:
The issue is that Assign.py supports checkpointing, but when Cluster.py auto-assigns, it doesn't save the checkpointing data.