Simon Boehm
Simon Boehm
I don't think you need the first command: ``` man codesign: -f, --force When signing, causes codesign to replace any existing signature on the path(s) given. Without this option, existing...
I'm not familiar with .NET at all sadly. Though the process should be the same as calling any C function, so an approach like [this one](https://stackoverflow.com/questions/11425202/is-it-possible-to-call-a-c-function-from-c-net) should work for you....
Interesting, not a problem that I have encountered before. Your settings look fine. Some ideas / questions: 1. The OOM problem occurs during compilation, correct? Could you try setting `finline=False`,...
I'm still thinking about this but here are my current conclusions: 1. If compilation runs through if you disable inlining, this means that the OOM probably occurs in the LLVM...
Just a note for myself: The way to fix this problem would be to split the model internally into functions (blocks of trees iteration over data), to ensure that every...
Not quite sure if I understand the problem. You're running N trees over the same dataset D to get N predictions, correct? Lleaves already parallelizes inference over the data in...
That sounds like a big enough dataset that it should definitely parallelise well! Lmk what you find. I'd probably try: 1. making sure that I'm not measuring compilation accidentally, instead...
Can either of you send me their trained tree? Or a model.txt for a model that was trained with a custom objective? I've never thought about this before, so it...
https://github.com/emer/axon/blob/master/axon/prjnparams.go#L238-L240
@rcoreilly @etuleu let's discuss here instead. I'd prefer having the code have more knowledge about it's environment, that way it's much easier to update the heuristics and we don't need...