Added treshold
This commit is contained in:
parent
2e595a3a23
commit
856bd8909c
@ -168,7 +168,7 @@ class NanoSocraTrainerPool:
|
|||||||
|
|
||||||
NEW_DATA: list[list[int]] = []
|
NEW_DATA: list[list[int]] = []
|
||||||
|
|
||||||
MEMORY = NanoSocratesBatchMemoryBPE({}, 0)
|
MEMORY = NanoSocratesBatchMemoryBPE({}, self.__merge_treshold)
|
||||||
|
|
||||||
fit_funct = split_fit
|
fit_funct = split_fit
|
||||||
CPU_COUNT = os.process_cpu_count()
|
CPU_COUNT = os.process_cpu_count()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user