Message from Python discussions
November 2018
— I mean, if you want to use python, go ahead
But if you're still unsure, I did a google search for you https://duckduckgo.com/?q=update+sql+with+excel&t=brave&ia=web
— Ty. I will make a quick research on it and proceed further
— Hi there. How can I filter my methods in a certain class by name using inspect.getmembers()
?
I need something like inspect.getmembers(my_object, predicate=lambda m: m.get_name() == 'foo_bar')
? (there is no m.get_name() unfortunately). Thanks.
— ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
— Does anyone know how to solve this
— You need to install this lib 🤷🏻♂️
— Are you using tensorflow?
https://github.com/tensorflow/tensorflow/issues/15604
— I have cuda installed
— Everything was working well few months back
— tensorflow 1.5 doesn't work with cuda 9.1
[...]
— Mine is cuda 9.2