chore: add full directory layout

This commit is contained in:
Jesús Pérez Lorenzo 2025-01-27 09:07:42 +00:00
parent ea0a6bb6dc
commit ec822da4df

39
imgs/full_layout.md Normal file
View File

@ -0,0 +1,39 @@
# PerfSPEC Learning Phase Directory Layout
<pre>
├── PerfSPEC.pdf Reference document
├── README.md
├── about.md
├── actions_distribution.pdf Generated actions distribytion
├── collect Collect logs scripts
│ ├── audit-policy.yaml
│ ├── collect.py
│ └── helm-charts.json
├── data Extracted from compress archive
│ ├── actions-dataset-audit.txt
│ ├── actions-logs.log
│ ├── actions_distribution.pdf
│ ├── main-audit-logs.log
│ └── raw-audit-logs.log
├── data_sample.tar.xz Compress archive with 'data'
├── imgs
├── install.md Installation notes
├── intro.md
├── learning
│ └── python
│ ├── __pycache__ Ignored in git
│ ├── lib_perfspec.py
│ ├── model_perfspec.py
│ ├── prepare_perfspec.py
│ ├── run_perfspec.py
│ └── train_perfspec.py
├── models Extracted from compress archive
│ ├── checkpoints
│ │ ├── model_at_epoch_175.keras
│ │ └── model_at_epoch_185.keras
│ ├── history.json
│ └── perfSPEC_model.keras
├── models_sample.tar.xz Comperss archive with 'models'
├── presentacion.pdf Presentation slides
└── raw-audit-logs.log.xz Main Raw Logs file
</pre>