Skip to content

Commit 817384b

Browse files
committed
Update configs
1 parent d1e2cf4 commit 817384b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

configs/encoder_processor_decoder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output:
1414
training:
1515
n_steps_input: 1
1616
n_steps_output: 4
17-
stride: null
17+
stride: 4
1818
autoencoder_checkpoint: null
1919
freeze_autoencoder: false
2020

configs/model/encoder_processor_decoder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defaults:
44
- /processor: flow_matching
55
- _self_
66

7-
learning_rate: 0.001
8-
train_processor_only: false
7+
learning_rate: 0.0001
8+
train_processor_only: true
99
teacher_forcing_ratio: 0.5
1010
max_rollout_steps: 10
1111
loss_func:

configs/processor/flow_matching.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ backbone:
1111
in_channels: null
1212
out_channels: null
1313
cond_channels: null
14-
mod_features: 256
14+
mod_features: 200
1515
hid_channels: [32, 64, 128]
1616
hid_blocks: [2, 2, 2]
1717
spatial: 2

0 commit comments

Comments
 (0)