raminmh / liquid_time_constant_networks

Code Repository for Liquid Time-Constant Networks (LTCs)
https://arxiv.org/abs/2006.04439
Apache License 2.0
1.35k stars 254 forks source link

FileNotFoundError: data/har/UCI HAR Dataset/train/X_train.txt not found. #10

Closed sai-kiran7 closed 5 months ago

sai-kiran7 commented 5 months ago

This directory is not found in the code. Can you help me out regarding this. Thanks in advance

sai-kiran7 commented 5 months ago

The issue was resolved. While downloading datasets from "download_datasets.sh". There was a line missing in the file "download_datasets.sh" , add "mkdir data" into this file. As the new directory was not being created our data that is downloaded was not getting saved and because of which while trying to run the python file it was unable to find the path pf the data that is being saved