YHYHYHYHYHY / ATFNet

Official implement of ATFNet: Adaptive Time-Frequency Ensembled Network for Long-term Time Series Forecasting
72 stars 7 forks source link

Run the model in Macbook Pro #7

Open Yamazaki85 opened 3 months ago

Yamazaki85 commented 3 months ago

Hi, Would you please advise whether I can run the model on a MacOS? I cannot install CUDA and not sure what to do next. Also, where can I get the datasets you used for the model? Any help i sgreatly appreciated. Thanks

YHYHYHYHYHY commented 3 months ago

In general, Macs do not come with NVIDIA GPUs pre-installed. Apple has transitioned to using their own custom-designed Apple Silicon chips, which have integrated Apple GPUs. These Apple GPUs are not compatible with NVIDIA CUDA or other NVIDIA-specific technologies. In most cases, we do not run deep model training directly on the computing resources of a macos machine. I suggest that you look for a remote server with NVIDIA GPUs installed and run the experiments on the server.

As for the datasets, the informations and links are included in the Time-Series-Library (https://github.com/thuml/Time-Series-Library), and you can download all datasets included in our experiments following the instructions.