From 6041ed5f0edb9bd05d46ef9d659b3c16acec5709 Mon Sep 17 00:00:00 2001 From: Paupiera Date: Wed, 10 Jan 2024 12:12:18 +0100 Subject: [PATCH] add cml-send-comment --- .github/workflows/cml_dvc_cache.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cml_dvc_cache.yaml b/.github/workflows/cml_dvc_cache.yaml index fa0a28a..9ea0574 100644 --- a/.github/workflows/cml_dvc_cache.yaml +++ b/.github/workflows/cml_dvc_cache.yaml @@ -37,8 +37,8 @@ jobs: env: GDRIVE_CREDENTIALS_DATA: ${{ secrets.GDRIVE_CREDENTIALS_DATA }} - - name: Train model - run: | + - name: Train model + run: | python cnn_mnist/train_cml.py # run training - name: Write report @@ -47,8 +47,8 @@ jobs: REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # send all information to report.md that will be reported to us when the workflow finish - cat classification_report.txt >> report.md - + cat classification_report.txt >> report.md + cml-send-comment report.md # cml-publish confusion_matrix.png --md >> report.md -# cml-send-comment report.md \ No newline at end of file +# cml-send-comment report.md