Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 125 additions & 49 deletions README.md

Large diffs are not rendered by default.

Binary file added assets/readme_assets/alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme_assets/datatests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme_assets/latencies.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme_assets/log_volumes.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme_assets/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions docker/docker-compose.send-real-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ services:
network: host
networks:
docker_heidgaf:
memswap_limit: 768m
deploy:
resources:
limits:
cpus: '2'
memory: 512m
reservations:
cpus: '1'
memory: 256m


networks:
docker_heidgaf:
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/Dockerfile.dev-real-logs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY src/mock ./src/mock
COPY src/train ./src/train
COPY config.yaml .
COPY docker/real_logs.dev.py .
COPY data ./data
COPY data/dgta/dgta-benchmark.parquet ./data/dgta/dgta-benchmark.parquet

RUN rm -rf /root/.cache

Expand Down
1 change: 1 addition & 0 deletions docker/real_logs.dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
datasets = DatasetLoader(base_path=data_base_path, max_rows=10000)
dataset = Dataset(
data_path="",
name="",
data=pl.concat(
[
datasets.dgta_dataset.data,
Expand Down
4 changes: 4 additions & 0 deletions docs/training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ It supports various data sets:

For hyperparameter optimisation we use ``optuna``.
It offers GPU support to get the best parameters.


TODO: add configuration parameters for the training, test and explanation process
------------------------------------------------------------------------------------
Loading