Skip to content

CodingMaker2/LLM4ST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the code of LLM4ST: Large Language Models Enhanced Multimodal Learning for Spatiotemporal Modeling

Install Python

conda create -n BasicTS python=3.11 conda activate BasicTS

Install PyTorch

pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124

Install other dependencies

pip install -r requirements.txt

cd experiments

python train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages