Skip to content

Commit 1f572eb

Browse files
Update model_constructor.py
1 parent ede30da commit 1f572eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topicnet/cooking_machine/model_constructor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def init_model(topic_names, seed=None, class_ids=None):
5050
model = artm.ARTM(
5151
topic_names=topic_names,
5252
# Commented for performance uncomment if has zombie issues
53-
# num_processors=3,
53+
num_processors=3,
5454
theta_columns_naming='title',
5555
show_progress_bars=False,
5656
class_ids=class_ids,

0 commit comments

Comments
 (0)