boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
176 stars 154 forks source link

Jupyter Notebook Python Tensorflow Error [Dst tensor is not initialized] #576

Closed raymondlin336 closed 2 years ago

raymondlin336 commented 2 years ago

Subject of the issue

Here's my problem: basically I am trying to use tensorflow's machine learning model (mobilenet_v2) for emotion recognition via images. As far as I know, the error (image link below) is usually due to python not recognizing dedicated GPU for usage, but I did already install CUDA and CUDNN, however I have no idea how to verify if they are working. If anybody have an answer, please repond. Thanks so much.

If I'm not providing enough information feel free to ask.

Software: Latest version of Jupyter Notebook and Anaconda, python, windows11 Hardware: Dell XPS 15, 16gb ram, Intel Iris graphics, RTX 3050 4bg vram

image