Dominik Brämer commited on
Commit
ea1a1e5
·
1 Parent(s): 5563519

add RAM utilization note

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -83,7 +83,7 @@ python -m pip install --upgrade pip
83
 
84
  ### 3. Run the Example Script
85
 
86
- To load and use the plain csv dataset for training a simple LSTM model, run the `plain_dataset_usage_example.py` script:
87
 
88
  ```bash
89
  python plain_dataset_usage_example.py
@@ -96,7 +96,7 @@ This script demonstrates how to:
96
  - Train a basic LSTM model to predict falls
97
  - Evaluate the model on the test set
98
 
99
- To load and use a already prepared dataset, with reduced RAM utilisation, for training a simple LSTM model, run the `lightweight_dataset_usage_example.py` script:
100
 
101
  ```bash
102
  python lightweight_dataset_usage_example.py
 
83
 
84
  ### 3. Run the Example Script
85
 
86
+ To load and use the plain csv dataset for training a simple LSTM model, run the `plain_dataset_usage_example.py` script (RAM utilisation exceeds 16 GB):
87
 
88
  ```bash
89
  python plain_dataset_usage_example.py
 
96
  - Train a basic LSTM model to predict falls
97
  - Evaluate the model on the test set
98
 
99
+ To load and use a already prepared dataset, with reduced RAM utilisation, for training a simple LSTM model, run the `lightweight_dataset_usage_example.py` script (RAM utilisation less than 2 GB):
100
 
101
  ```bash
102
  python lightweight_dataset_usage_example.py