Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaakkaaii committed Jun 20, 2024
2 parents e551b01 + 30024c6 commit 584e4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions hrdae/conf/experiment/model/network/hrdae3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ conv_params:
stride: [2]
padding: [1]
output_padding: [1]
- kernel_size: [3]
stride: [2]
padding: [1]
output_padding: [1]
aggregation_method: concat
activation: sigmoid # tanh if pred_diff = true
debug_show_dim: false
defaults:
- /config/experiment/model/network/hrdae3d@_here_
- motion_encoder: rnn1d
# - motion_encoder: rnn2d
- motion_encoder: rnn2d
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conv_params:
padding: [1]
output_padding: [1]
- kernel_size: [3]
stride: []
stride: [1]
padding: [1]
- kernel_size: [3]
stride: [2]
Expand Down

0 comments on commit 584e4ee

Please sign in to comment.