Update README.md
Browse files
README.md
CHANGED
@@ -85,7 +85,9 @@ The ENA is detailed in the paper *Earthwork Network Architecture (ENA): Research
|
|
85 |
- Run the below program to run and test the each ENA model. It will generate log and graph image files to check the performance.
|
86 |
```bash
|
87 |
python ena_run_model.py
|
88 |
-
```
|
|
|
|
|
89 |
|
90 |
## Results
|
91 |
- **Best Model**: LLM-based ENA achieved a QTC accuracy of **97.17%**, outperforming other architectures in accuracy and stability.
|
|
|
85 |
- Run the below program to run and test the each ENA model. It will generate log and graph image files to check the performance.
|
86 |
```bash
|
87 |
python ena_run_model.py
|
88 |
+
```
|
89 |
+
- it will generate ewnet_logs.txt output file which consists of layer sequence pattern on polyline, earthwork estimation prediction like below.
|
90 |
+
- [datetime] [DEBUG] [MLP | LSTM | Transformers | BERT] Equal : True, Label: pave_layer3, Predicted: pave_layer3, Geom: ['above(1)', 'pave_int(3)', 'slope(1)', 'pave_bottom(1)', 'curb(1)', 'slope(1)', 'pave_bottom(1)', 'slope(1)', 'pave_bottom(3)', '']
|
91 |
|
92 |
## Results
|
93 |
- **Best Model**: LLM-based ENA achieved a QTC accuracy of **97.17%**, outperforming other architectures in accuracy and stability.
|