Skip to content

Commit

Permalink
hyperparameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZM7 committed Nov 20, 2022
1 parent 1dbf2ad commit 8cf5d63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beauty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--batchSize=50 \
--layer_num=3 \
--lr=0.001 \
--l2=0.00001 \
--l2=0.0001 \
--item_max_length=50 \
--user_max_length=50 \
--record \
Expand Down
2 changes: 1 addition & 1 deletion load_beauty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ nohup python -u new_data.py \
--job=10 \
--item_max_length=50 \
--user_max_length=50 \
--k_hop=2 \
--k_hop=3 \
>./results/be_data&

2 changes: 1 addition & 1 deletion load_cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ nohup python -u new_data.py \
--job=10 \
--item_max_length=50 \
--user_max_length=50 \
--k_hop=2 \
--k_hop=3 \
>./results/cd_data&

2 changes: 1 addition & 1 deletion load_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ nohup python -u new_data.py \
--job=10 \
--item_max_length=50 \
--user_max_length=50 \
--k_hop=2 \
--k_hop=3 \
>./results/ga_data&

0 comments on commit 8cf5d63

Please sign in to comment.