Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pau1o-hs committed Nov 26, 2022
1 parent d86d13c commit 5e64e7f
Show file tree
Hide file tree
Showing 8 changed files with 2,067 additions and 2,067 deletions.
4,128 changes: 2,064 additions & 2,064 deletions database/ZData.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion decompressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# Training settings
nfeatures = X.size(1)
nlatent = 32
epochs = -1
epochs = 10000
batchsize=32
window=2
logFreq = 500
Expand Down
Binary file modified onnx/compressor.onnx
Binary file not shown.
Binary file modified onnx/decompressor.onnx
Binary file not shown.
Binary file modified onnx/projector.onnx
Binary file not shown.
Binary file modified onnx/stepper.onnx
Binary file not shown.
2 changes: 1 addition & 1 deletion projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
nframes = X.size(0)
nfeatures = X.size(1)
nlatent = 32
epochs = 500000
epochs = 10000
batchsize = 32
logFreq = 500

Expand Down
2 changes: 1 addition & 1 deletion stepper.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# Training settings
nfeatures = X.size(1)
nlatent = 32
epochs = 100000
epochs = 10000
batchsize=32
window=20
logFreq = 500
Expand Down

0 comments on commit 5e64e7f

Please sign in to comment.