Skip to content

Small bug in train-latent-probe.ipynb #1

@benbenwsh

Description

@benbenwsh

Small bug in load_dataset function. After changing the directory using os.chdir, you forgot to change the directory back to the original, leading to the loop

for path in ds_paths:
    Ds.append(Dataset(load_dataset(path)))

to fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions