From 1bd6954dbf95c3a28811e80987293ef51325aad1 Mon Sep 17 00:00:00 2001 From: Erik K Date: Fri, 9 Apr 2021 09:14:11 +0000 Subject: [PATCH] dvc: commit experiment 14bea940b78edd269074caffed6e4c026b9bae55f224fa82af647d1cf4a4aa7d --- creator/dvc.lock | 28 ++++++++++---------- creator/exp_run.sh | 1 + creator/params.yaml | 8 +++--- data/metrics/deep-dance-loss.json | 40 +++++++++++++++++++++++++++-- data/metrics/deep-dance-scores.json | 4 +-- detector/VideoPose3D | 1 - detector/detectron2 | 1 - 7 files changed, 59 insertions(+), 24 deletions(-) delete mode 160000 detector/VideoPose3D delete mode 160000 detector/detectron2 diff --git a/creator/dvc.lock b/creator/dvc.lock index b9e1540..ad8ac6d 100644 --- a/creator/dvc.lock +++ b/creator/dvc.lock @@ -10,30 +10,30 @@ stages: params.yaml: train.batch_size: 32 train.custom_loss: true - train.dancers: maria - train.epochs: 1 + train.dancers: all + train.epochs: 10 train.look_back: 10 train.lstm_layer: 32 - train.mdn_layer: 3 + train.mdn_layer: 5 train.tags: impro - train.validation_split: 0.8 + train.validation_split: 0.9 outs: - path: ../data/metrics/deep-dance-loss.json - md5: 2155ee8a3302a9b2f84205c3d116bc1e - size: 127 + md5: dcaae96c73b9545bfb9339460d76c2fd + size: 1066 - path: ../data/metrics/deep-dance-scores.json - md5: c33ecdbd0a9d444e04ce4f8c2b973272 + md5: 8c8bd0615c60d6ca1d382d2651b39c17 size: 79 - path: ../data/models - md5: 1c45a89bf8ac228f24d996b04b3744dc.dir - size: 535704 + md5: fb7ff49215f7f78334a642665e4090a0.dir + size: 619424 nfiles: 1 generate: cmd: python src/generate.py deps: - path: ../data/models - md5: 9024a2e0efc48d91e7a4ca82a71ad2fe.dir - size: 535704 + md5: fb7ff49215f7f78334a642665e4090a0.dir + size: 619424 nfiles: 1 - path: src/generate.py md5: 923a628ff5fcbaed9e01f35f397ebb27 @@ -45,9 +45,9 @@ stages: generate.random_state: 42 generate.seed: 1500 generate.steps_limit: 1500 - generate.validation_split: 0.7 + generate.validation_split: 0.9 outs: - path: ../data/generated - md5: 9d3d915de708ebaeb2521fe7847e8306.dir - size: 1620568 + md5: 9ae9d682fd1d6de09ad8d851e406d0d6.dir + size: 1661798 nfiles: 1 diff --git a/creator/exp_run.sh b/creator/exp_run.sh index a751d3a..b7de939 100644 --- a/creator/exp_run.sh +++ b/creator/exp_run.sh @@ -32,6 +32,7 @@ dvc exp run --queue -S train.epochs=10 -S train.batch_size=32 -S train.look_back dvc exp run --queue -S train.epochs=10 -S train.batch_size=32 -S train.look_back=10 -S train.lstm_layer=128 -S train.mdn_layer=5 -S train.dancers=all -S generate.look_back=10 -S generate.dancers=all dvc exp run --run-all --jobs 1 + # Run queued experiments # --------------------------- # Or run in parallel diff --git a/creator/params.yaml b/creator/params.yaml index 473cf45..e80b08a 100644 --- a/creator/params.yaml +++ b/creator/params.yaml @@ -6,14 +6,14 @@ prepare: tags: impro train: - epochs: 1 + epochs: 10 batch_size: 32 look_back: 10 lstm_layer: 32 - mdn_layer: 3 + mdn_layer: 5 custom_loss: true random_state: 42 - dancers: maria + dancers: all tags: impro test_size: 0.05 validation_split: 0.9 @@ -24,7 +24,7 @@ generate: seed: 1500 steps_limit: 1500 custom_loss: true - dancers: maria + dancers: all tags: impro test_size: 0.05 validation_split: 0.9 diff --git a/data/metrics/deep-dance-loss.json b/data/metrics/deep-dance-loss.json index 1d265f3..b64fe42 100644 --- a/data/metrics/deep-dance-loss.json +++ b/data/metrics/deep-dance-loss.json @@ -1,8 +1,44 @@ { "perf": [ { - "loss": -24.531362533569336, - "val_loss": 3.6198043823242188 + "loss": -34.73417663574219, + "val_loss": -39.10282897949219 + }, + { + "loss": -69.60246276855469, + "val_loss": -55.085899353027344 + }, + { + "loss": -81.60203552246094, + "val_loss": -64.11070251464844 + }, + { + "loss": -90.2207260131836, + "val_loss": -77.72734832763672 + }, + { + "loss": -96.59197235107422, + "val_loss": -54.65294647216797 + }, + { + "loss": -100.06816101074219, + "val_loss": -59.700477600097656 + }, + { + "loss": -102.6937484741211, + "val_loss": -33.05608367919922 + }, + { + "loss": -105.28716278076172, + "val_loss": -61.6800422668457 + }, + { + "loss": -107.38780212402344, + "val_loss": -31.90680503845215 + }, + { + "loss": -109.29886627197266, + "val_loss": -87.19390869140625 } ] } \ No newline at end of file diff --git a/data/metrics/deep-dance-scores.json b/data/metrics/deep-dance-scores.json index 71d241c..386d450 100644 --- a/data/metrics/deep-dance-scores.json +++ b/data/metrics/deep-dance-scores.json @@ -1,4 +1,4 @@ { - "end_loss": -24.531362533569336, - "end_val_loss": 3.6198043823242188 + "end_loss": -109.29886627197266, + "end_val_loss": -87.19390869140625 } \ No newline at end of file diff --git a/detector/VideoPose3D b/detector/VideoPose3D deleted file mode 160000 index d988b3a..0000000 --- a/detector/VideoPose3D +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d988b3afa6563bb4451410b2a2581de255868f85 diff --git a/detector/detectron2 b/detector/detectron2 deleted file mode 160000 index 123366f..0000000 --- a/detector/detectron2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 123366fe7fd412963bee6404c69c1e06a5cdf06c