Skip to content

Commit

Permalink
add attention layer and AITM model
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxudong committed Jun 13, 2024
1 parent 17c13e5 commit c1da79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/model_config/aitm_on_taobao.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model_dir: "experiments/aitm_taobao_ckpt"

train_config {
optimizer_config {
adam_async_optimizer {
adam_optimizer {
learning_rate {
constant_learning_rate {
learning_rate: 0.0001
Expand All @@ -13,7 +13,7 @@ train_config {
}
use_moving_average: false
}
num_steps: 1000
num_steps: 500
sync_replicas: true
save_checkpoints_steps: 100
log_step_count_steps: 100
Expand Down

0 comments on commit c1da79f

Please sign in to comment.