Dmitry Serykh
Dmitry Serykh
> If you have any clue on how to launch multi-process on specific core within Python I would be extremely interested. As far as I know Python multithread pool gives...
I just looked at your code. How many tiles do you have in your dataset? You can also try running the code without the multiprocessing part. It can sometimes drastically...
Hello @Carolina710. I am currently looking into this issue. Could you provide a dataset that you have used?
Great that you got it working. What was the issue? Could you report the differences between the results of the backends as an issue (maybe with a small-ish dataset)? That...
Hi Ryan, You are welcome. The debugging of the R/Python differences is mostly done. There are still differences between the R and Python version (mostly in the magnitude computation, the...
This limitation has been there from before I joined the project, so I don't know exactly why it is there. I think it has something to do with performance of...
Thanks for your input @mirt001, I didn't know that it was a popular setup. By testing, I meant how much performance decrease there is and if it actually produces the...
The Python backend was created for validation of the GPU backend(s), hence performance was not a concern. However, I would like to get rid of sklearn dependency. I am thinking...
Hello, Sadly, it is not possible since the BFAST Monitor algorithm only detects a single breakpoint per pixel. If you wish to detect more breakpoints, you would have to use...
Hi, It sounds like you are having trouble initializing your GPU environments in both cases. Picture 1: I am assuming this is your own PC. What GPU do you have...