Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc_dagshub.txt 475 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  1. git checkout -b dagshub_exp
  2. git remote add dagshub https://dagshub.com/olga-gorun/mnist_dagshub.git
  3. # Changes
  4. - use dagshub
  5. - with dagshub.dagshub_logger() as logger:
  6. logger.log_hyperparams(...)
  7. logger.log_metrics(...)
  8. - pay attension to params.yaml as output file
  9. dvc repro
  10. git add dvc.lock params.yml params.yaml metrics.csv metrics.yaml training_metrics.html training_metrics.json
  11. git commit -m "dags experiment"
  12. # change lr=0.5
  13. git push dagshub dagshub_exp
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...