Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickSVM committed Jul 14, 2023
1 parent b7442a9 commit 909d27b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions recommenders/ikea/training/trainBidirGRU.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def train_BidirGRU4Rec(
output_tokenizer=None,
):
"""
Trains GRU4Rec model with provided arguments.
Also used to pretrain embedding layer for diversity rewards
Trains Bidirectional-GRU4Rec model with provided arguments.
"""

disable_pro_bar = not progress_bar
Expand Down
1 change: 0 additions & 1 deletion recommenders/ikea/training/trainGRU.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def train_GRU4Rec(
):
"""
Trains GRU4Rec model with provided arguments.
Also used to pretrain embedding layer for diversity rewards
"""

disable_pro_bar = not progress_bar
Expand Down
2 changes: 1 addition & 1 deletion recommenders/ikea/training/trainSMORL.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def train_SMORL(
save_pretrained_embeddings=True,
):
"""
Trains smorl model with provided arguments.
Trains SMORL model with provided arguments.
"""

disable_pro_bar = not progress_bar
Expand Down

0 comments on commit 909d27b

Please sign in to comment.