Update README

This commit is contained in:
HengZhang 2024-11-21 19:45:41 +08:00
parent d258d9dc50
commit 0f4974cff4
1 changed files with 7 additions and 1 deletions

View File

@ -90,7 +90,7 @@ criterion:
type: <loss_function>
```
**WARNING:** Processing the **PEMSD7** dataset may require more than **32GB** of memory. If your system lacks sufficient memory, it is recommended to increase the size of the swap partition.
**WARNING:** Processing the **PEMSD7** dataset may require more than **32GB** RAM. If your system lacks sufficient RAM, it is recommended to increase the size of the swap partition.
@ -127,6 +127,12 @@ python exp/global.py
The script will generate a **baseline.jpg** file to visualize the logs. You are also free to modify the script to implement additional functionality as needed.
You may install matplotlib first for drawing:
```
pip install matplotlib
```
# Citation