Skip to content

Merge fixed-jiao-branch into exp-args #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: exp-args
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,28 @@ stages:
batch_size: 512
latent_dim: 8
duration: 00:00:30:00
max_epochs: 6
max_epochs: 2
optim:
lr: 0.01
num_samples: 10000
lr: 0.009
num_samples: 100000
seed: 423
outs:
- path: model
hash: md5
md5: 7006e6dfdcbce27a2362214995586475.dir
size: 18561
md5: 8ca28cef25760bec7c9693de3a5ef94b.dir
size: 19905
nfiles: 1
- path: results/artifacts
hash: md5
md5: 8ca28cef25760bec7c9693de3a5ef94b.dir
size: 19905
nfiles: 1
- path: results/metrics.json
hash: md5
md5: 098423a9c88c180638b8c06bc5457c53
size: 256
md5: a3bbb0726e96ecf43c4c5d81f4de112a
size: 367
- path: results/plots
hash: md5
md5: ec750cc202d7ea5723c50a8502249e73.dir
size: 149
nfiles: 5
md5: 6f4b1bb55939e1d359d1a5851dc9f50c.dir
size: 596
nfiles: 7
6 changes: 3 additions & 3 deletions params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ model:
batch_size: 512
latent_dim: 8
duration: 00:00:30:00
max_epochs: 5
max_epochs: 2
optim:
lr: 0.001
lr: 0.009
data_path: fra.txt
num_samples: 10000
num_samples: 100000
seed: 423
2 changes: 1 addition & 1 deletion results/dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ plots:
x: step
artifacts:
best:
path: ../model/epoch=0-step=16.ckpt
path: artifacts/epoch=1-step=314.ckpt
type: model
20 changes: 12 additions & 8 deletions results/metrics.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"val": {
"loss": 0.871090829372406,
"acc": 0.012735245749354362
},
"epoch": 0,
"step": 15,
"train": {
"step": {
"loss": 0.27118900418281555,
"acc": 0.06921477615833282
},
"epoch": {
"loss": 1.7466247081756592,
"acc": 0.01202675886452198
"loss": 0.2750683128833771,
"acc": 0.05900849029421806
}
},
"epoch": 1,
"step": 313,
"val": {
"loss": 0.26257047057151794,
"acc": 0.06994836777448654
}
}
4 changes: 2 additions & 2 deletions results/params.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
optim_params:
lr: 0.01
latent_dim: 8
optim_params:
lr: 0.009
12 changes: 10 additions & 2 deletions results/plots/metrics/epoch.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
step epoch
15 0
15 0
49 0
99 0
149 0
156 0
156 0
199 1
249 1
299 1
313 1
313 1
3 changes: 2 additions & 1 deletion results/plots/metrics/train/epoch/acc.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
step acc
15 0.01202675886452198
156 0.027291731908917427
313 0.05900849029421806
3 changes: 2 additions & 1 deletion results/plots/metrics/train/epoch/loss.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
step loss
15 1.7466247081756592
156 0.44763797521591187
313 0.2750683128833771
7 changes: 7 additions & 0 deletions results/plots/metrics/train/step/acc.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
step acc
49 0.019934747368097305
99 0.03165007382631302
149 0.042517878115177155
199 0.04552024230360985
249 0.063819520175457
299 0.06921477615833282
7 changes: 7 additions & 0 deletions results/plots/metrics/train/step/loss.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
step loss
49 0.35641106963157654
99 0.3244558572769165
149 0.2955430746078491
199 0.2739129960536957
249 0.2627813220024109
299 0.27118900418281555
3 changes: 3 additions & 0 deletions results/plots/metrics/val/acc.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
step acc
156 0.041722372174263
313 0.06994836777448654
3 changes: 3 additions & 0 deletions results/plots/metrics/val/loss.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
step loss
156 0.29371124505996704
313 0.26257047057151794
42 changes: 29 additions & 13 deletions results/report.html

Large diffs are not rendered by default.