I try to run this code from tensorflow git: mnist_tpu with
python mnist_tpu.py --tpu=''
python mnist_tpu.py --use_tpu=false --tpu=''
but all the time I get the following error:
AttributeError: module 'official.mnist.mnist' has no attribute 'create_model'
I don't know where the create_model method is defined. I have the feelin the docu is still lacking some info.
Any ideas? Thanks in advance.