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
I am trying to run cells for example 07 and seems it complain about TensorFlow.
I have added a new cell to install pip install tensorflow
But seems asking for more to do, see error below
2023-06-10 11:43:21.536015: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
I want to avoid any manual steps to build and also new to this package.
I am curious if you already know what to do to solve this error?
Thanks,
Mahendra
The text was updated successfully, but these errors were encountered:
Hi @rjrahul24 ,
I am trying to run cells for example 07 and seems it complain about TensorFlow.
I have added a new cell to install
pip install tensorflow
But seems asking for more to do, see error below
I want to avoid any manual steps to build and also new to this package.
I am curious if you already know what to do to solve this error?
Thanks,
Mahendra
The text was updated successfully, but these errors were encountered: