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
|
||||
|
||||
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)
|
||||
|
||||
@ -71,10 +71,10 @@ Content structure overview with notes
|
||||
├── install.md Installation notes
|
||||
├── intro.md
|
||||
├── learning
|
||||
├── models Extracted from compress archive
|
||||
├── models_sample.tar.xz Comperss archive with 'models'
|
||||
├── presentacion.pdf Presentation slides
|
||||
└── raw-audit-logs.log.xz Main Raw Logs file
|
||||
├── models Extracted from compress archive
|
||||
├── models_sample.tar.xz Comperss archive with 'models'
|
||||
├── presentacion.pdf Presentation slides
|
||||
└── raw-audit-logs.log.xz Main Raw Logs file
|
||||
</pre>
|
||||
|
||||
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
|
||||
|
||||
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)
|
||||
|
||||
|
@ -33,13 +33,13 @@
|
||||
│ ├── prepare_perfspec.py
|
||||
│ ├── run_perfspec.py
|
||||
│ └── train_perfspec.py
|
||||
├── models Extracted from compress archive
|
||||
├── 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
|
||||
├── models_sample.tar.xz Comperss archive with 'models'
|
||||
├── presentacion.pdf Presentation slides
|
||||
└── raw-audit-logs.log.xz Main Raw Logs file
|
||||
</pre>
|
||||
|
@ -25,7 +25,7 @@ brew install python@3.12 python3-pip
|
||||
```
|
||||
|
||||
> [!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)
|
||||
|
||||
```
|
||||
|
2
intro.md
2
intro.md
@ -5,7 +5,7 @@ include_toc: true
|
||||
|
||||
# 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user