Skip to content

Commit

Permalink
add pos embedding to run name
Browse files Browse the repository at this point in the history
  • Loading branch information
LVeefkind committed Nov 20, 2024
1 parent a71f66f commit 6245511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neural_networks/train_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def main(
alpha=alpha,
lift=lift,
flip_augmentations=flip_augmentations,
tune_pos_embed=tune_pos_embed,
)

writer = get_tensorboard_logger(logging_dir)
Expand Down

0 comments on commit 6245511

Please sign in to comment.