Open coco0O0O opened 3 months ago
coredump when predict
import lleaves import numpy as np model = lleaves.Model(model_file='demo.txt') model.compile(cache='demo.o') preY = model.predict(np.zeros((1,89)))
demo.txt
it may take 30 minutes to compile for the first time because the model is big
coredump when predict
demo.txt
it may take 30 minutes to compile for the first time because the model is big