Pacome Prompsy
Pacome Prompsy
Thanks for your answer, Here is the output : ``` >>> print(cle.available_device_names()) cl_get_gt_device(): error, unknown device: 9bc8 [] >>> print(cle.select_device()) cl_get_gt_device(): error, unknown device: 9bc8 Traceback (most recent call last):...
Now it works with: ``` >>> import pyclesperanto_prototype as cle >>> >>> print(cle.available_device_names()) ['pthread-Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz'] >>> print(cle.select_device()) ``` However, if i now open napari, load the...
Thank you for sticking with this issue, Indeed running the script on jupyter notebook did not throw any error and the model managed to train. I don't know then why...
Hello, I am having the same error as above, using ggnewscale as part of the FlowSOM package, which I think might be related to the same issue : ``` PlotStars(flowsom_model,...
Thank you, And what about the _GraphLabel.txt file ?