Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MODEL: Add SqueakOut #758

Open
NickleDave opened this issue May 22, 2024 · 0 comments
Open

MODEL: Add SqueakOut #758

NickleDave opened this issue May 22, 2024 · 0 comments
Labels
Models Issue related to models

Comments

@NickleDave
Copy link
Collaborator

NickleDave commented May 22, 2024

https://www.biorxiv.org/content/10.1101/2024.04.19.590368v1.full.pdf
https://github.com/gumadeiras/squeakout

A couple things that will require extra work for this model:

        img = imresize(flipud(mat2gray(A_total(:,T_min:T_max))),size_spectrogram);
        img = cat(3, img, img, img);
        imwrite(img,fullfile(vpathname, vfilename, 'All', [num2str(id_vocal)  '.png']))

The idea of saving spectrograms as png files of grayscale images is interesting. I wonder if it takes up less space than an npz file because of the image compression.

When using models that take standard images as input, we do increase parameters a bit by requiring the model to have 3 channels in the input layer.

@NickleDave NickleDave added the Models Issue related to models label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Models Issue related to models
Projects
None yet
Development

No branches or pull requests

1 participant