Skip to content

Commit

Permalink
experiment results
Browse files Browse the repository at this point in the history
  • Loading branch information
iterative-olivaw committed Oct 24, 2022
1 parent 254eb00 commit 19cd085
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,31 @@ stages:
- path: fra.txt
md5: c81225a6f6e00dfa0fcdbbf3862528c2
size: 29787538
train:
cmd: python train.py
deps:
- path: fra.txt
md5: c81225a6f6e00dfa0fcdbbf3862528c2
size: 29787538
- path: train.py
md5: 625f6ed82719c0f296ac33cdbd7f8e23
size: 4239
params:
params.py:
batch_size: 96
data_path: fra.txt
epochs: 1
latent_dim: 512
num_samples: 10000
outs:
- path: results
md5: e4616ad19def09424988b9bfdf41676c.dir
size: 254
nfiles: 4
- path: results.json
md5: 382b126c85ef562c6a435ffb60040332
size: 206
- path: s2s
md5: 877979fb954f0cf66d6d0342e5b9f3c3.dir
size: 21362993
nfiles: 4
11 changes: 11 additions & 0 deletions results.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"step": 0,
"train": {
"loss": 1.295078992843628,
"accuracy": 0.7249088883399963
},
"eval": {
"loss": 1.249112606048584,
"accuracy": 0.71172034740448
}
}
2 changes: 2 additions & 0 deletions results/scalars/eval/accuracy.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timestamp step eval/accuracy
1666614234247 0 0.71172034740448
2 changes: 2 additions & 0 deletions results/scalars/eval/loss.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timestamp step eval/loss
1666614234247 0 1.249112606048584
2 changes: 2 additions & 0 deletions results/scalars/train/accuracy.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timestamp step train/accuracy
1666614234247 0 0.7249088883399963
2 changes: 2 additions & 0 deletions results/scalars/train/loss.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timestamp step train/loss
1666614234246 0 1.295078992843628

0 comments on commit 19cd085

Please sign in to comment.