readme update
This commit is contained in:
parent
c7eb8cf849
commit
1fb98ec20d
|
|
@ -46,6 +46,7 @@ This project has been tested with **Torch 2.4.0 (recommended)** and **Torch 2.0.
|
|||
Clone this repository and install it:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/your-repo/FS-TFP.git
|
||||
cd FS-TFP
|
||||
pip install -e .
|
||||
```
|
||||
|
|
@ -79,6 +80,8 @@ Run scripts for the four datasets are located in the `./scripts/trafficflow_exp_
|
|||
|
||||
Each dataset has a YAML configuration file: `{D3, D4, D7, D8}.yaml`.
|
||||
|
||||
To replicate the experimental outcomes, we advise executing the scripts as they are, without altering any parameters.
|
||||
|
||||
You can customize the parameters or use the presets. Key configurable parameters include:
|
||||
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue