Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. (venv) ~/models/MNIST (master ✘) ᐅ kaos model get -i 47
  2.  
  3. Pulling model artifacts for mnist--wjurasz--1554892160-003-98d1e968 from dvc...
  4. Copying model artifacts to /Users/w.jurasz/Projects/kaos-medium/new_new_model/mnist--wjurasz--1554892160...
  5.  
  6. (venv) ~/models/MNIST (master ✘) ᐅ tree mnist--wjurasz--1554892160
  7. mnist--wjurasz--1554892160
  8. ├── data
  9. │   ├── test_mini.csv
  10. │   ├── training_mini.csv
  11. │   └── validation_mini.csv
  12. ├── model
  13. │   ├── __init__.py
  14. │   ├── hyperparameters.json
  15. │   ├── model.py
  16. │   ├── requirements.txt
  17. │   ├── train_cfg.json
  18. │   └── utils.py
  19. └── output
  20. ├── ctx.pkl
  21. └── metrics.json
  22.  
  23. 3 directories, 11 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement