Skip to content

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

@Glagla-deb

Description

@Glagla-deb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions