BlackArbsCEO / mixture_model_trading_public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory get dry

woodyan opened this issue · comments

commented

05 Algorithm Evaluation (pym3)

bellow code make memory go huge and the crash.

ppc_samples = pm.sample_ppc(trace,
samples=252*2,
model=model,
size=tmp_r.eval().shape[0])

could you fix it?