Skip to content

Commit 64b3da8

Browse files
Update CI/CD workflow to use direct_training_metrics.json
1 parent 10f72ff commit 64b3da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Log metrics to DAGsHub
6161
run: |
6262
pip install dagshub
63-
python -c "from dagshub import dagshub_logger; dagshub_logger(metrics_path='reports/metrics.json', hparams_path='reports/params.json')"
63+
python -c "from dagshub import dagshub_logger; dagshub_logger(metrics_path='reports/direct_training_metrics.json')"
6464
env:
6565
DAGSHUB_USER: austinLorenzMccoy
6666
DAGSHUB_REPO: networkSecurity_project

0 commit comments

Comments
 (0)