Closed jian7star closed 5 months ago
That issue is probably happening, because you did not adjust the embedding size and leaf nodes to the settings mentioned in the paper. #24
Let's check after the merge #23
For me Reuters is now running. Please check it for you and let me know :)
Traceback (most recent call last): File "C:\Users\Li\Desktop\deepect\LMU_Master_Practical_SoSe24\EvaluationEC main() File "C:\Users\Li\Desktop\deepect\LMU_Master_Practical_SoSe24\EvaluationEC deepect.fit(data) File "C:\Users\Li\Desktop\deepect\LMU_Master_Practical_SoSe24\EvaluationEC DeepECT_labels, DeepECT_centers, autoencoder = _deep_ect( ^^^^^^^^^^ File "C:\Users\Li\Desktop\deepect\LMU_Master_Practical_SoSe24\EvaluationEC deepect_module.fit( CT\deepect.py", line 272, in assign_to_nodes min_dists, assignments = torch.min(distance_matrix, dim=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1) (deep_clustering)