Skip to content

Maintenance fixes#202

Merged
artiomn merged 30 commits into
KasperskyLab:masterfrom
buligar:feature/mnist-network-visualization
Jul 9, 2026
Merged

Maintenance fixes#202
artiomn merged 30 commits into
KasperskyLab:masterfrom
buligar:feature/mnist-network-visualization

Conversation

@buligar

@buligar buligar commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Removes the MNIST visualization changes from this PR.

Remaining changes include:

  • CI/Docker build workflow updates.
  • UUID byte handling and regression coverage.
  • Backend loader lifetime and connectivity export fixes.
  • Small MNIST example fixes unrelated to visualization.

@buligar

buligar commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Added validate UUID byte length and population network visualization MNIST-client

@artiomn artiomn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Смотрится не очень наглядно, судя по картинке.
  2. В один реквест не стоит вносить разные изменения.
  3. Крупную функциональность лучше обговаривать: предварительно написать и заплланировать созвон.

Comment thread .github/workflows/cmake-build.yml Outdated
Comment thread .github/workflows/docker-build-image.yml Outdated
Comment thread docker/sdk-image/Dockerfile Outdated
Comment thread examples/mnist-client/inference.cpp Outdated
Comment thread examples/mnist-client/main.cpp Outdated
Comment thread knp/base-framework/impl/visualizer/visualize_network.cpp Outdated
Comment thread knp/base-framework/impl/visualizer/visualize_network.cpp Outdated
Comment thread knp/base-framework/impl/visualizer/visualize_network.cpp Outdated
Comment thread knp/base-framework/impl/backend_loader.cpp Outdated
Comment thread knp/python-framework/impl/core/cpp/uid_utilities.h
@buligar buligar changed the title Feature/mnist network visualization Maintenance fixes Jun 24, 2026
Comment thread .github/workflows/docker-build-image.yml Outdated
Comment thread .github/workflows/docker-build-image.yml
Comment thread .github/workflows/docker-build-image.yml Outdated
Comment thread .github/workflows/docker-build-image.yml Outdated
Comment thread .github/workflows/cmake-build.yml Outdated
Comment thread .github/workflows/cmake-build.yml Outdated
Comment thread .github/workflows/cmake-build.yml Outdated
Comment thread .github/workflows/docker-build-image.yml Outdated
Comment thread knp/base-framework/include/knp/framework/network_validation/executor.h Outdated
Comment thread knp/python-framework/tests/unit/core/test_uid.py Outdated
Comment thread .github/workflows/docker-build-image.yml
Comment thread .github/workflows/docker-build-image.yml
@buligar

buligar commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Когда запускаю текущий docker выдает ошибку
Run docker run --platform=linux/amd64 --rm -v /home/runner/work/knp/knp:/KNP -w /KNP /knp-build-image:latest cmake --build build_gcc --parallel 8
docker: invalid reference format

Run 'docker run --help' for more information
Error: Process completed with exit code 125.

Comment thread examples/mnist-client/inference.cpp Outdated
Comment thread examples/mnist-learn/models/altai/prepare_network_for_inference.cpp Outdated
Comment thread examples/mnist-learn/models/altai/prepare_network_for_inference.cpp Outdated
Comment thread knp/base-framework/impl/backend_loader.cpp Outdated
Comment thread knp/base-framework/impl/backend_loader.cpp Outdated
buligar and others added 2 commits July 6, 2026 13:35
- Revert lambda capture and filesystem::path changes in mnist-client inference.cpp.
- Revert abs() replacement in prepare_network_for_inference.cpp.
- Revert backend_loader lifetime changes (to be solved differently in a separate task).
- Set proper @author tag in test_uid.py and drop incorrect kaspersky_support line.
- Add explicit <string> include used by std::to_string in uid_utilities.h.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@artiomn

artiomn commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Когда запускаю текущий docker выдает ошибку Run docker run --platform=linux/amd64 --rm -v /home/runner/work/knp/knp:/KNP -w /KNP /knp-build-image:latest cmake --build build_gcc --parallel 8 docker: invalid reference format

Run 'docker run --help' for more information Error: Process completed with exit code 125.

Не сразу увидел.
Проблема в слэше: /.
Надо так: docker run --platform=linux/amd64 --rm -v /home/runner/work/knp/knp:/KNP -w /KNP knp-build-image:latest cmake --build build_gcc --parallel 8

@artiomn
artiomn merged commit 70208e9 into KasperskyLab:master Jul 9, 2026
3 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants