Skip to content

Commit

Permalink
Decrease the default number of workers in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jan 24, 2021
1 parent ce3e36f commit 49945c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pine/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'min_alpha': 0,
'sample': 10**-5,
'min_count': 5,
'workers': 32,
'workers': 4,
'epochs': 1,
'vector_size': 300,
},
Expand Down

0 comments on commit 49945c1

Please sign in to comment.