Skip to content

Commit

Permalink
update extension description for the marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Jun 1, 2022
1 parent f2cae86 commit 1bbf7e4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions demo/dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ stages:
size: 4865
params:
params.yaml:
epochs: 15
lr: 0.003
epochs: 200
lr: 0.0035
weight_decay: 0
outs:
- path: misclassified.jpg
md5: 5edd7dd13144d95ef72e270570d9d338
size: 32829
md5: 99e15e458c818b8fb2974f79a392a871
size: 33877
- path: model.pt
md5: 38126781764ca9fb04496ca2c2173056
md5: be69b9ffcf393b6896897225abb424f6
size: 439383
- path: predictions.json
md5: 0aa0e279e904572c28c1203ebfa41b29
md5: 7c1e774984e250d4b66f27909d08f772
size: 310000
- path: training_metrics
md5: 5abc8d18d6b57bd513acf95e55e2755a.dir
size: 947
md5: 6c529b80bddaf3b708aaa552f1b6f84e.dir
size: 12669
nfiles: 2
- path: training_metrics.json
md5: 2a592caac70651d359b2331ff674beec
size: 69
md5: d19b8bfa151934a5d1511f1a68517c0a
size: 70
4 changes: 2 additions & 2 deletions demo/params.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lr: 0.003
lr: 0.0035
weight_decay: 0
epochs: 15
epochs: 200
8 changes: 4 additions & 4 deletions demo/training_metrics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"step": 14,
"loss": 0.9596208930015564,
"acc": 0.7735
}
"step": 199,
"loss": 0.2308807671070099,
"acc": 0.9254
}
2 changes: 1 addition & 1 deletion extension/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"displayName": "DVC",
"description": "DVC VS Code extension",
"description": "Integrates an Open-source Version Control System for Machine Learning Projects into VS Code.",
"command.addExperimentsTableFilter": "Add Filter To Experiments Table",
"command.addExperimentsTableSort": "Add Or Update Sort On Experiments Table",
"command.addTarget": "Add Target",
Expand Down

0 comments on commit 1bbf7e4

Please sign in to comment.