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

Network training does not initiate #37

Closed
imgross opened this issue Mar 26, 2019 · 3 comments
Closed

Network training does not initiate #37

imgross opened this issue Mar 26, 2019 · 3 comments

Comments

@imgross
Copy link

imgross commented Mar 26, 2019

Hi there,

I am having trouble with training a network with my detected calls and I am receiving this error message when trying to train a network:

Error using trainNetwork (line 154)
An error occurred while trying to determine whether "readData" is a function name.

Error in TrainSupervisedClassifier_Callback (line 152)
ClassifyNet = trainNetwork(auimds,layers,options);

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

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

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('TrainSupervisedClassifier_Callback',hObject,eventdata,guidata(hObject))

Caused by:
An error occurred while trying to determine whether "readData" is a function name.
Can't reload 'D:\MATLAB\R2018a\bin\win64\sl_graphical_classes.dll'

Error while evaluating Menu Callback.

Would you have an idea what I am doing wrong here?

Thanks for your support!!

Cheers,
Isa

@MxMarx
Copy link
Collaborator

MxMarx commented Mar 26, 2019

Network training seems to work fine for me.

I googled the error and it might have something to do with the matlab path.
See https://www.mathworks.com/matlabcentral/answers/441088-an-error-occurred-while-trying-to-determine-whether-readdata-is-a-function-name and https://www.mathworks.com/matlabcentral/answers/441310-matlab-2018b-readtable-error-after-update

Could you have another file in your path named readData?

@DrCoffey
Copy link
Owner

Hey Isa,

Were you able to resolve this issue?

@imgross
Copy link
Author

imgross commented Aug 12, 2019

Yes, thank you!

@imgross imgross closed this as completed Aug 12, 2019
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

3 participants