# MyModel **Repository Path**: codeman-1999/my-model ## Basic Information - **Project Name**: MyModel - **Description**: 我的毕业模型,基于交通流量预测 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-27 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Readme ## Required Packages ``` pytorch>=1.11 numpy pandas matplotlib pyyaml pickle torchinfo ``` #### Training Commands ```bash cd model/ python train.py -d -g eg:python train.py -d pems08 -g 0 ``` ``: - METRLA - PEMSBAY - PEMS03 - PEMS04 - PEMS07 - PEMS08 实验在服务器跑的时候在后台开启 安装screen sudo apt-get install screen # Ubuntu/Debian 1.创建会话 screen -S my_experiment 2.运行实验并分离会话 运行命令后,按 Ctrl+A + D 分离会话,进程后台运行。 重新连接:screen -r my_experiment。