Skip to content

AttributeError: 'StatObject_SB' object has no attribute 'mean_stat_per_model' #3026

@Darejkal

Description

@Darejkal

Describe the bug

Calling fast_PLDA_scoring. Got error in line 727, in fast_PLDA_scoring
enroll_ctr = enroll_ctr.mean_stat_per_model()
AttributeError: 'StatObject_SB' object has no attribute 'mean_stat_per_model'. Did you mean: 'sum_stat_per_model'?

Expected behaviour

Code run without Exception

To Reproduce

There is no mean_stat_per_model in the current PLDA_LDA.py.

Environment Details

Any recent version of speechbrain.

Relevant Log Output

File "...PLDA_LDA.py", line 727, in fast_PLDA_scoring
    enroll_ctr = enroll_ctr.mean_stat_per_model()
AttributeError: 'StatObject_SB' object has no attribute 'mean_stat_per_model'. Did you mean: 'sum_stat_per_model'?

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions