Skip to content

Commit

Permalink
change model
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSanchez25 committed Apr 24, 2024
1 parent 12460bd commit 7ee2a88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amstrax/plugins/peaks/peaks_som.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PeaksSOM(Peaks):

# This is not a great solution but needed for now
directory = os.path.dirname(__file__) # Get the directory where the script is located
file_path = os.path.join(directory, 'som_models', 'xams_som_v1.npz')
file_path = os.path.join(directory, 'som_models', 'xams_som_v2.npz')
som_files = np.load(file_path)

use_som_as_default = True
Expand Down
Binary file added amstrax/plugins/peaks/som_models/xams_som_v2.npz
Binary file not shown.

0 comments on commit 7ee2a88

Please sign in to comment.