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

Supervised classifier from older version #175

Closed
lauren546 opened this issue Jul 27, 2022 · 2 comments
Closed

Supervised classifier from older version #175

lauren546 opened this issue Jul 27, 2022 · 2 comments

Comments

@lauren546
Copy link

Hi Dr. Coffey! I am attempting to use a supervised classifier that was trained on an older version of DeepSqueak in the newest version, but I am experiencing error messages. Is there any way to use the old classifier that was already trained?

I also cannot seem to train a new classifier, even when using labeled detection files from the current version. I get the following error after going to Train Supervised Classifier and choosing detection files:
"Dot indexing is not supported for variables of this type.

Error in SupervisedClassification_Callback (line 29)
wind=options.spectrogram.windowsize;

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in DeepSqueak (line 29)
gui_mainfcn(gui_State, varargin{:});

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('SupervisedClassification_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback."

I would appreciate any help, thank you.

@DrCoffey
Copy link
Owner

Hey @lauren546. You can't use the old classifier because the image generation has changed. I know what the problem is with the new version and will have it fixed in a few minutes.

@DrCoffey
Copy link
Owner

Hey @lauren546, if you update DeepSqueak supervised classification should be all fixed. Re-open the issue if you are still having a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants