Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
anananan116 committed Mar 12, 2024
1 parent cca447a commit a1f83f9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions configs/default_all_bound128.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#dataset settings
dataset: both
validation_ratio: 0.01
test_ratio: 0.01
img_size: 128
batch_size: 512

VQ-VAE:
version: 2
experiment_id: 20
count_low_usage: True
epochs: 400
lr: 0.0004
beta: 0.25
kernel_sizes:
- 3
- 3
- 3
res_layers: 3
latent_dimension: 128
code_book_size: 512
early_stop_patience: 20
lower_bound_factor: 128
23 changes: 23 additions & 0 deletions configs/default_all_bound160.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#dataset settings
dataset: both
validation_ratio: 0.01
test_ratio: 0.01
img_size: 128
batch_size: 512

VQ-VAE:
version: 2
experiment_id: 21
count_low_usage: True
epochs: 400
lr: 0.0004
beta: 0.25
kernel_sizes:
- 3
- 3
- 3
res_layers: 3
latent_dimension: 128
code_book_size: 512
early_stop_patience: 20
lower_bound_factor: 160

0 comments on commit a1f83f9

Please sign in to comment.