I am completely new to tensorflow and have some questions about running the demo models. I have installed tensorflow in a venv with anaconda and also cloned the whole GitHub tensorflow repo into a seperate folder on my mac (don't know if that is necessary, maybe someone could explain?).
1) When trying to run the convolutional.py demo from within the cloned repo it does not run and outputs an error like "no module named tensorflow.python.keras found". If I understood correctly during my search in the net, it is because the python where keras and the models are installed to might be different from the one running the script?
2) If I try to run the convolutional.py file from within the anaconda venv directory it does not output such an error but after a few seconds it just returns to the terminal prompt. Is it correct, or should there be some output when run correctly? I have read running this model could take aroudn half an hour and am wondering, why it just runs a few seconds for me?