julianSchilcher / LMU_Master_Practical_SoSe24

Dummy project for the LMU master practical summer semester 2024
0 stars 0 forks source link

running Reuters dataset #21

Closed jian7star closed 5 months ago

jian7star commented 5 months ago

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)

roebbert92 commented 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

roebbert92 commented 5 months ago

Let's check after the merge #23

julianSchilcher commented 5 months ago

For me Reuters is now running. Please check it for you and let me know :)