Skip to content
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

Merge grave-weys-branch into rdvc-multi-node #13

Open
wants to merge 1 commit into
base: rdvc-multi-node
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
28 changes: 14 additions & 14 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,37 @@ stages:
size: 34292144
- path: train.py
hash: md5
md5: d4df67f8597632c6f1817cfdb0c68642
size: 7079
md5: 115b4e16dcdb2313bafcc2b133d48554
size: 7220
params:
params.yaml:
data_path: fra.txt
model:
batch_size: 512
latent_dim: 8
latent_dim: 64
duration: 00:00:30:00
max_epochs: 2
max_epochs: -1
optim:
lr: 0.01
num_samples: 1013
num_samples: 100000
seed: 423
outs:
- path: model
hash: md5
md5: 9cee20d06392879aec5686cce75fed85.dir
size: 17153
md5: e0cf0cea5b9fc3db95d8cdcbc9f029d5.dir
size: 351240
nfiles: 1
- path: results/artifacts
hash: md5
md5: 9cee20d06392879aec5686cce75fed85.dir
size: 17153
md5: e0cf0cea5b9fc3db95d8cdcbc9f029d5.dir
size: 351240
nfiles: 1
- path: results/metrics.json
hash: md5
md5: e525dbdc2466b77f199fe5fe24afc549
size: 256
md5: 79cfa096da00c0381b8bec5ca0c9e41c
size: 369
- path: results/plots
hash: md5
md5: 1dd4ea44497391604fc8c379789b52b4.dir
size: 240
nfiles: 5
md5: af5aa55a86bc59d3517b998241ee7a1a.dir
size: 109383
nfiles: 7
2 changes: 1 addition & 1 deletion dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ plots:
x: step
artifacts:
best:
path: results/artifacts/epoch=0-step=2.ckpt
path: results/artifacts/epoch=653-step=26151.ckpt
type: model
6 changes: 3 additions & 3 deletions params.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
model:
batch_size: 512
latent_dim: 8
latent_dim: 64
duration: 00:00:30:00
max_epochs: 2
max_epochs: -1
optim:
lr: 0.01
data_path: fra.txt
num_samples: 1013
num_samples: 100000
seed: 423
16 changes: 10 additions & 6 deletions results/metrics.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"val": {
"loss": 1.7237510681152344,
"acc": 0.014084506779909134
"loss": 0.13636493682861328,
"acc": 0.28945955634117126
},
"epoch": 1,
"step": 3,
"epoch": 653,
"step": 26150,
"train": {
"epoch": {
"loss": 2.709216356277466,
"acc": 0.013341710902750492
"loss": 0.13531875610351562,
"acc": 0.28811389207839966
},
"step": {
"loss": 0.1400609165430069,
"acc": 0.263070285320282
}
}
}
2 changes: 1 addition & 1 deletion results/params.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
latent_dim: 8
latent_dim: 64
optim_params:
lr: 0.01
Loading