lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.34k stars 1.17k forks source link

Keras interaction with Tensorflow #31

Closed Jdombrowski closed 6 years ago

Jdombrowski commented 6 years ago

perceptron-linear.py is not interacting correctly with tensorflow, even though tests from tensorFlow verify that it is correctly installed. Other issues include a missing keras-datasets folder.

Jdombrowski commented 6 years ago

Issue fixed. Actually had an issue with the fact that I had the python3 command aliased to python. Because it was wrapped in the wandb command, there might have been an issue.