Issue
I'm trying to import tensorflow with this code
import tensorflow as tf
and this error occurs Tensorflow _ Symbol Zeros is already exposed as ()
I've tried to remove the import think that tensorflow is imported by default but the error persists
Solution
It seems like there might be an issue with the installation of TensorFlow. The error message you provided, "Tensorflow _ Symbol Zeros is already exposed as ()", suggests a problem with symbol names or conflicts during the import. For more detailed information and additional options, you can refer to the official TensorFlow installation guide:Link
If you encounter any issues during the installation, make sure to check for updates on the TensorFlow GitHub repository or seek help from the TensorFlow community.
Answered By - Priya T
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.