-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing "dvs_gesture_dataset " Class or Package #1
Comments
Hello, |
Thank you for reply. I am having dependency issues (more specifically for torch-metrics package) and I would appreciate if you could let me know the versions of python and required packages |
Well I managed to get the dataset ready but I am facing other issues regarding lightning torch. Here is my error log: | Name | Type | Params 0 | train_acc | Accuracy | 0 13.9 K Trainable params Sanity Checking: 0it [00:00, ?it/s]/afs/crc.nd.edu/user/p/ptaheri/.conda/envs/sparse-SNN/lib/python3.9/site-packages/pytorch_lightning/trainer/connectors/data_connector.py:219: PossibleUserWarning: The dataloader, val_dataloader 0, does not have many workers which may be a bottleneck. Consider increasing the value of the Sanity Checking: 0%| | 0/2 [00:00<?, ?it/s] Sanity Checking DataLoader 0: 50%|█████ | 1/2 [00:02<00:02, 2.91s/it]/afs/crc.nd.edu/user/p/ptaheri/.conda/envs/sparse-SNN/lib/python3.9/site-packages/pytorch_lightning/utilities/data.py:86: UserWarning: Trying to infer the Sanity Checking DataLoader 0: 100%|██████████| 2/2 [00:04<00:00, 2.17s/it] |
I am trying to reproduce your results but I can't find the "dvs_gesture_dataset" class or package that you imported in classification.py at line 11:
from dvs_gesture_dataset import SparseDvsGestureDataset
The text was updated successfully, but these errors were encountered: