-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Init: upload results for triplet loss
- Loading branch information
mathcom
committed
Sep 1, 2022
1 parent
6120ae6
commit 30f37b8
Showing
11 changed files
with
122,079 additions
and
0 deletions.
There are no files selected for viewing
470 changes: 470 additions & 0 deletions
470
Tutorial_7_ANOTHER_METRIC_LOSS/Tutorial_7-1_DRD2_pretraining.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
460 changes: 460 additions & 0 deletions
460
Tutorial_7_ANOTHER_METRIC_LOSS/Tutorial_7-2_DRD2_geneartion.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
383 changes: 383 additions & 0 deletions
383
Tutorial_7_ANOTHER_METRIC_LOSS/Tutorial_7-3_DRD2_similarity_distribution.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-1_DRD2_pretraining/char2idx.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
,char | ||
0,_ | ||
1,< | ||
2,> | ||
3,? | ||
4,C | ||
5,N | ||
6,1 | ||
7,( | ||
8,2 | ||
9,3 | ||
10,= | ||
11,) | ||
12,O | ||
13,S | ||
14,l | ||
15,[ | ||
16,+ | ||
17,] | ||
18,- | ||
19,4 | ||
20,H | ||
21,F | ||
22,5 | ||
23,6 | ||
24,B | ||
25,r | ||
26,# | ||
27,I | ||
28,7 | ||
29,P |
Binary file added
BIN
+3.32 MB
Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-1_DRD2_pretraining/checkpoints.pt
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-1_DRD2_pretraining/configs.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VOCAB_SIZE,30 | ||
HIDDEN_SIZE,128 | ||
LATENT_SIZE,128 | ||
NUM_LAYERS,2 | ||
DROPOUT,0.0 | ||
SOS_IDX,1 | ||
EOS_IDX,2 | ||
PAD_IDX,0 |
100,002 changes: 100,002 additions & 0 deletions
100,002
Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-1_DRD2_pretraining/history.csv
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-1_DRD2_pretraining/history_valid.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
VALID_RATIO,AVERAGE_PROPERTY,AVERAGE_SIMILARITY | ||
0.1,0.09990000000000004,0.002252973524176047 | ||
1.0,0.9990000000000098,0.16288809848286134 | ||
1.0,0.9990000000000098,0.16063459687448603 | ||
1.0,0.9990000000000098,0.1593938301605712 | ||
1.0,0.9990000000000098,0.15967090010326956 | ||
1.0,0.9990000000000098,0.16010961096748386 | ||
1.0,0.9990000000000098,0.15992923041262927 | ||
1.0,0.9990000000000098,0.15960862205763773 | ||
1.0,0.9990000000000098,0.15941329820165948 | ||
1.0,0.9990000000000098,0.15998976076309018 | ||
1.0,0.9990000000000098,0.16259132311939722 |
20,000 changes: 20,000 additions & 0 deletions
20,000
Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-2_DRD2_generation/TVAE_DRD2.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+118 KB
...al_7_ANOTHER_METRIC_LOSS/outputs_7-3_DRD2_similarity_distribution/kde_plots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.