EEND_loss icon indicating copy to clipboard operation
EEND_loss copied to clipboard

End-to-end diarization loss

Results 1 EEND_loss issues
Sort by recently updated
recently updated
newest added

When I input :profit_matrix = np.array([[0.47341415,0.50526756,0.5631776 ,0.55596864,0.5414672,0.5414672], [0.6781792,0.23801588,0.20288624,0.55276686,0.109804,0.109804], [0.42393875,0.370307,0.37129858,0.5507781,0.2596858,0.2596858], [0.52666223,0.57174313,0.5873437,0.6438369,0.5166061,0.5166061], [0.6931475,0.6931475,0.6931475,0.6931475,0.6931475,0.6931475], [0.6931475,0.6931475,0.6931475,0.6931475,0.6931475,0.6931475]]) a error will appear as follows. File "models.py", line 41, in minimize_loss H.calculate(np_loss_mat) File "hungarian.py", line 151, in...