8000 Generator implementation, refactor, documentation by Lswhiteh · Pull Request #3 · kr-colab/popvae · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Generator implementation, refactor, documentation #3

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 13 commits into
base: master
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/bin/python3"
}
Binary file added scripts/__pycache__/streaming_data.cpython-36.pyc
Binary file not shown.
Binary file added scripts/__pycache__/streaming_data.cpython-38.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions scripts/bigtest.vcf
2,000 changes: 2,000 additions & 0 deletions scripts/midtest.vcf

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions scripts/new_history.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
loss val_loss lr
0 100453.4765625 100446.5 0.0010000000474974513
1 100445.3515625 100444.8125 0.0010000000474974513
2 100444.4296875 100444.359375 0.0010000000474974513
3 100444.03125 100444.0 0.0010000000474974513
4 100443.7265625 100443.7109375 0.0010000000474974513
2,505 changes: 2,505 additions & 0 deletions scripts/new_latent_coords.txt

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions scripts/new_param_grid.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
width,depth,val_loss
32.0,3.0,100449.921875
Loading
0