Skip to content

One-hot vector initialization may incorrectly disable dataset at index 1 #61

@DanTremonti

Description

@DanTremonti

In pseudo_mos.py, the data_type vector is currently initialized as a one-hot vector with index 1 set to 0. According to the surrounding comment, index 1 should be enabled to include the mentioned default "sarulab" dataset.

# we use general version dataset label: sarulab (1)
data_type[1] = 0

Suggested change:

data_type[1] = 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions