Thank you for sharing the code, but I have a problem running it, When I run the code with the following command:
"python scripts/run.py --dataset ucr-Earthquakes --K 50 --C 500 --num_segment 21 --seg_length 24 --data_size 1 --embed concate --percentile 5 --gpu_enable"
I get an error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/internship/code/Time2Graph/scripts/cache/ucr-Earthquakes//0.embeddings'
I found this problem in shapelet_utils.py, and I don't see any way to generate this file.
I will be appreciated if you will to help me!
Thank you for sharing the code, but I have a problem running it, When I run the code with the following command:
"python scripts/run.py --dataset ucr-Earthquakes --K 50 --C 500 --num_segment 21 --seg_length 24 --data_size 1 --embed concate --percentile 5 --gpu_enable"
I get an error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/internship/code/Time2Graph/scripts/cache/ucr-Earthquakes//0.embeddings'I found this problem in shapelet_utils.py, and I don't see any way to generate this file.
I will be appreciated if you will to help me!