Update README
This commit is contained in:
parent
d258d9dc50
commit
0f4974cff4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue