Skip to content

Commit

Permalink
update tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaakkaaii committed Jun 15, 2024
1 parent 2c49f44 commit 14d9624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def objective(trial):
motion_encoder_num_layers = trial.suggest_int("motion_encoder_num_layers", 0, 3)
if motion_encoder_name == "rnn1d":
rnn_name = trial.suggest_categorical("rnn", ["conv_lstm1d", "gru1d", "tcn1d"])
motion_encoder_name = f"{motion_encoder_name}/{rnn_name}"
if rnn_name == "conv_lstm1d":
rnn_option = ConvLSTM1dOption(
num_layers=trial.suggest_int("rnn_num_layers", 2, 4),
Expand Down

0 comments on commit 14d9624

Please sign in to comment.