Skip to content
Snippets Groups Projects
Commit 2f465fad authored by chinyun_yu_joey's avatar chinyun_yu_joey
Browse files

use equal weight for others

parent 7ea5197d
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,8 @@ from evaluator.music_demixing import MusicDemixingPredictor ...@@ -11,8 +11,8 @@ from evaluator.music_demixing import MusicDemixingPredictor
fusion_weights = np.array([0.4, 0.5, 0.1]) fusion_weights = np.array([0.4, 0.5, 0.1])
fusion_weights_batch = np.array([[0.2, 0.17, 0.3, 0.4], fusion_weights_batch = np.array([[0.2, 0.17, 0.5, 0.4],
[0.6, 0.73, 0.7, 0.4], [0.6, 0.73, 0.5, 0.4],
[0.2, 0.1, 0., 0.2]]) [0.2, 0.1, 0., 0.2]])
fusion_weights_full = np.array( fusion_weights_full = np.array(
[[0.12421362233786719, 0.053170121998740195, -0.023004887368765208, -0.030820051344791908, 0.7362167118453092, -0.2011487819137626, -0.1254105898553318, -0.11682101700727994, 0.14540460690976179], [[0.12421362233786719, 0.053170121998740195, -0.023004887368765208, -0.030820051344791908, 0.7362167118453092, -0.2011487819137626, -0.1254105898553318, -0.11682101700727994, 0.14540460690976179],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment