You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use this template while reporting bugs inside DL4CV. Issues related to personal project questions or code that we haven't authored will automatically be closed.
Are you using one of our development environments?
We provide a preconfigured AWS AMI and a VM to help our customers skip the environment setup part and jump straight to development. We highly suggest using one of our development environments to run our code.
If the issue is not related to code, then you can simply skip this question.
If you are using your own development environment then please provide the following details.
GPU model and CUDA version: (skip if not application)
OS Platform: Ubuntu 18.04
Python version: 3.6.9
OpenCV version:
TensorFlow version: 2.0
Describe the issue
I'm installing TensorFlow 2.0 in my laptop with Ubuntu 18.04. I successfully installed all packages (following every step from https://www.pyimagesearch.com/2019/12/09/how-to-install-tensorflow-2-0-on-ubuntu/) but I got an error when I test TensorFlow:
~$ python
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import tensorflow as tf
Illegal instruction (core dumped)
My Bundle is StarterBundle.
Any other information
The text was updated successfully, but these errors were encountered:
Please use this template while reporting bugs inside DL4CV. Issues related to personal project questions or code that we haven't authored will automatically be closed.
Are you using one of our development environments?
We provide a preconfigured AWS AMI and a VM to help our customers skip the environment setup part and jump straight to development. We highly suggest using one of our development environments to run our code.
If the issue is not related to code, then you can simply skip this question.
If you are using your own development environment then please provide the following details.
Describe the issue
I'm installing TensorFlow 2.0 in my laptop with Ubuntu 18.04. I successfully installed all packages (following every step from https://www.pyimagesearch.com/2019/12/09/how-to-install-tensorflow-2-0-on-ubuntu/) but I got an error when I test TensorFlow:
~$ python
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
My Bundle is StarterBundle.
Any other information
The text was updated successfully, but these errors were encountered: