Message from Python discussions

November 2018

— 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

— And tf 1.12

— Https://github.com/tensorflow/tensorflow/issues/15604#issuecomment-426688560
this comment tells a lot about tensorflow's compat with cuda versions

Message permanent page