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

ICLabel problem line 30 fonction net = dagnn_bc.DagNN.loadobj #853

Open
Glagla-deb opened this issue Feb 22, 2025 · 0 comments
Open

ICLabel problem line 30 fonction net = dagnn_bc.DagNN.loadobj #853

Glagla-deb opened this issue Feb 22, 2025 · 0 comments

Comments

@Glagla-deb
Copy link

When trying to run ICLabel in EEGLAB (version 2024.2), an error appears:

EEGLAB error in function run_ICL0 at line 30:
Unable to resolve the name 'dagnn_bc.DagNN.loadobj'.

I work under MATLAB R2024b and I use EEGLAB 2024.2.
My goal is to use ICLabel to classify ICA components.
The error occurs in the run_ICL.m file, where the code attempts to load a neural network with:
netStruct = load(fullfile(pluginpath, ['netICL' version]));
try
net = dagnn.DagNN.loadobj(netStruct);
wrestling
net = dagnn_bc.DagNN.loadobj(netStruct);
end
The error appears to indicate that dagnn_bc.DagNN.loadobj was not found.

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

1 participant