<em>Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
System information
Describe the problem
I am trying to run a basic mnist classifier tutorial using tensorflow (without keras) and I am getting the following error:
Upon running:
from tensorflow.examples.tutorials.mnist import input_data
I get the following error:
ModuleNotFoundError: No module named 'tensorflow.examples.tutorials'
Any help of how to fix this issue is highly appreciated.
I met
I found a solution at this link: https://blog.csdn.net/weixin_41663570/article/details/102512468
You just need to download the lost files and copy them to the tensorflow-core/ examples.
I use this method to solve the problem