File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ worker**:
476476** NOTE :** using the `` n_jobs`` and `` mul_req`` parameters does not affect the
477477random determinism.
478478
479- Why the extraction time of walks is faster if `` max_walks = None `` ?
479+ Why the Extraction Time of Walks is Faster if `` max_walks = None `` ?
480480~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
481481
482482Currently, ** the BFS function** (using the Breadth- first search algorithm) is used
@@ -486,6 +486,12 @@ when ``max_walks=None`` which is significantly **faster** than the DFS function
486486We hope that this algorithmic complexity issue will be solved for the next
487487release of `` pyRDf2Vec``
488488
489+ How to Silence the tcmalloc Warning When Using FastText With Mediums/ Large KGs?
490+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
491+
492+ Sets the `` TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD `` environment variable to a
493+ high value.
494+
489495Referencing
490496---------- -
491497
You can’t perform that action at this time.
0 commit comments