From 0f4974cff4b73c33cc186f0870d5d2cfac945e36 Mon Sep 17 00:00:00 2001 From: HengZhang Date: Thu, 21 Nov 2024 19:45:41 +0800 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0af55..491d4ac 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ criterion: type: ``` -**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