Mario O. de Menezes
Mario O. de Menezes
@agkphysics is it safe (ok) to run this build on an AMD processor? I'm asking because of the MKL part that I suppose is the Intel Math Kernel Library; is...
Hi, After following @didamain detailed instructions (tks for that!), I was able to pass the error about libinfer7 not found. But I still have a error about cublas not been...
Hi @sachinprasadhs Yes, it's fixed! Tks! ``` $ python3 -c "import tensorrt; print(tensorrt.__version__); assert tensorrt.Builder(tensorrt.Logger())" 7.2.3.4 $ python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))" 2022-09-21 09:49:24.963742: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow...
Hi @sachinprasadhs , Thanks for your help. It seems that not everything is solved yet; I've installed tensorrt 8.4.3.1 and I got again the missing `libnvinfer.so.7` _warning_: ``` (tf-py38) mario@wstyarproj41:~$...
Ok. I've done that. Tks.