chore: fix typos
This commit is contained in:
parent
f5fba93f4c
commit
3b5a4f2309
10
README.md
10
README.md
@ -5,7 +5,7 @@ include_toc: true
|
|||||||
|
|
||||||
# PerfSPEC Learning Phase PerfSPEC Learning Phasee
|
# PerfSPEC Learning Phase PerfSPEC Learning Phasee
|
||||||
|
|
||||||
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], thir repository contains source files used to generate and process data.
|
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
|
||||||
|
|
||||||
Main Reference: [PrefSPEC document](PerfSPEC.pdf) as [White paper](https://en.wikipedia.org/wiki/White_paper)
|
Main Reference: [PrefSPEC document](PerfSPEC.pdf) as [White paper](https://en.wikipedia.org/wiki/White_paper)
|
||||||
|
|
||||||
@ -71,10 +71,10 @@ Content structure overview with notes
|
|||||||
├── install.md Installation notes
|
├── install.md Installation notes
|
||||||
├── intro.md
|
├── intro.md
|
||||||
├── learning
|
├── learning
|
||||||
├── models Extracted from compress archive
|
├── models Extracted from compress archive
|
||||||
├── models_sample.tar.xz Comperss archive with 'models'
|
├── models_sample.tar.xz Comperss archive with 'models'
|
||||||
├── presentacion.pdf Presentation slides
|
├── presentacion.pdf Presentation slides
|
||||||
└── raw-audit-logs.log.xz Main Raw Logs file
|
└── raw-audit-logs.log.xz Main Raw Logs file
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
A [full directory layout](full_content_layout.md) is available.
|
A [full directory layout](full_content_layout.md) is available.
|
||||||
|
2
about.md
2
about.md
@ -5,7 +5,7 @@ include_toc: true
|
|||||||
|
|
||||||
# PerfSPEC Learning Phase - ABOUT
|
# PerfSPEC Learning Phase - ABOUT
|
||||||
|
|
||||||
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], thir repository contains source files used to generate and process data.
|
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
|
||||||
|
|
||||||
[PrefSPEC document](PerfSPEC.pdf)
|
[PrefSPEC document](PerfSPEC.pdf)
|
||||||
|
|
||||||
|
@ -33,13 +33,13 @@
|
|||||||
│ ├── prepare_perfspec.py
|
│ ├── prepare_perfspec.py
|
||||||
│ ├── run_perfspec.py
|
│ ├── run_perfspec.py
|
||||||
│ └── train_perfspec.py
|
│ └── train_perfspec.py
|
||||||
├── models Extracted from compress archive
|
├── models Extracted from compress archive
|
||||||
│ ├── checkpoints
|
│ ├── checkpoints
|
||||||
│ │ ├── model_at_epoch_175.keras
|
│ │ ├── model_at_epoch_175.keras
|
||||||
│ │ └── model_at_epoch_185.keras
|
│ │ └── model_at_epoch_185.keras
|
||||||
│ ├── history.json
|
│ ├── history.json
|
||||||
│ └── perfSPEC_model.keras
|
│ └── perfSPEC_model.keras
|
||||||
├── models_sample.tar.xz Comperss archive with 'models'
|
├── models_sample.tar.xz Comperss archive with 'models'
|
||||||
├── presentacion.pdf Presentation slides
|
├── presentacion.pdf Presentation slides
|
||||||
└── raw-audit-logs.log.xz Main Raw Logs file
|
└── raw-audit-logs.log.xz Main Raw Logs file
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -25,7 +25,7 @@ brew install python@3.12 python3-pip
|
|||||||
```
|
```
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> After install Python with **pip* and **virtualenv** <br>
|
> After install Python with **pip** and **virtualenv** <br>
|
||||||
> Install [TensorFlow requiremens](https://www.tensorflow.org/install/pip)
|
> Install [TensorFlow requiremens](https://www.tensorflow.org/install/pip)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
2
intro.md
2
intro.md
@ -5,7 +5,7 @@ include_toc: true
|
|||||||
|
|
||||||
# PerfSPEC Learning Phase INTRO
|
# PerfSPEC Learning Phase INTRO
|
||||||
|
|
||||||
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], thir repository contains source files used to generate and process data.
|
Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], this repository contains source files used to generate and process data.
|
||||||
|
|
||||||
[PrefSPEC document](PerfSPEC.pdf)
|
[PrefSPEC document](PerfSPEC.pdf)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user