Skip to content

thuml复现

约 12 个字 3 行代码 预计阅读时间不到 1 分钟

https://github.com/thuml/Time-Series-Library

开始

新建虚拟环境:

Python
conda create -n ThuML python=3.8
conda activate ThuML
pip install -r requirements.txt
add_circle2025-04-01 19:55:08update2025-04-01 20:40:00