I have installed python and tensorflow on my linux, This is my all step that I done: This version of tensorflow and keras is installed: And: I create a simple code on vscode : But when I run it by vscode I got : What is my mistake? Answer This problem may refer to the instruction set that the binary
Tag: deep-learning
Is it possible to build an OpenCV app on Linux and execute it on Windows?
I am new on Linux, OpenCV and deep learning, in fact I just started with these things a couple weeks ago. In my reserches I found a lot of people saying that is much better use OpenCV on Linux than on Windows, so, that is what I am doing. I installed an Ubuntu distro on a VM and I am
TensorFlow MirroredStrategy() not working for multi-gpu training
I am trying to implement TensorFlows MirroredStrategy() to run a 3DUNet on 2 Nvidia Titan RTX graphics cards. The code is verified to work for 1 GPU. My OS is Red Hat Enterprise Linux 8 (RHEL8). The error comes at model.fit(). I have installed the appropriate NCCL Nvidia Drivers and verified that I can parse the training data onto both