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:
|
Clone this repository and install it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
git clone https://github.com/your-repo/FS-TFP.git
|
||||||
cd FS-TFP
|
cd FS-TFP
|
||||||
pip install -e .
|
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`.
|
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:
|
You can customize the parameters or use the presets. Key configurable parameters include:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue