WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Improper Dataset Extraction when Tilde In path #295

@DRosen766

Description

@DRosen766

When a tilde (~) is used in the extraction path passed to the dataset constructor, the dataset will not be properly extracted and will yield an object with no records.

Example:

This works:
testset = tonic.datasets.DVSGesture(save_to="./data", train=False)

But this wont:
testset = tonic.datasets.DVSGesture(save_to="~/SNN_DVSGesture/data", train=False)

printing it returns 0:
Screenshot 2024-12-09 at 7 36 49 PM

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