Skip to content

Commit

Permalink
add cml-send-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paupiera committed Jan 10, 2024
1 parent c0850b2 commit 6041ed5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cml_dvc_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
# cml-send-comment report.md

0 comments on commit 6041ed5

Please sign in to comment.