We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f72ff commit 64b3da8Copy full SHA for 64b3da8
1 file changed
.github/workflows/ci-cd.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Log metrics to DAGsHub
61
run: |
62
pip install dagshub
63
- python -c "from dagshub import dagshub_logger; dagshub_logger(metrics_path='reports/metrics.json', hparams_path='reports/params.json')"
+ python -c "from dagshub import dagshub_logger; dagshub_logger(metrics_path='reports/direct_training_metrics.json')"
64
env:
65
DAGSHUB_USER: austinLorenzMccoy
66
DAGSHUB_REPO: networkSecurity_project
0 commit comments