Alexandre Conanec

Results 3 comments of Alexandre Conanec

Try this ``` from kivymd.app import MDApp from kivymd.uix.label import MDLabel from kivymd.uix.boxlayout import MDBoxLayout from kivymd.uix.floatlayout import MDFloatLayout from kivymd.uix.toolbar import MDToolbar from kivy.utils import get_color_from_hex class MyApp(MDApp): def...

Yes I saw that as well. But it appears even in the case of CPU. So the problem is not the warning, but the fact that the model will use...

Thank you for you answer, I had indeed not set the CUDA_HOME variable in my environment. But still, i got the warning... Could it comes from somewhere else ? Or...