Tags

    week of Feb 27th

    Comments

    Feb 23rd
    yesterday I scheduled my road test for march first at 8:30AM. I really hope that I will pass this test and get my license. If i do then "the studnet has surpassed the teacher" because Cade does not have his full or even provisional license yet. Today in class I got anaconda working and installed tensorflow in a virtual enviorment with the correnct version of python. To do this I used the command "pip install tensorflow". Though the computer when through the procsess of installing the library when I ran the file I recieved the error "tesorflow not found." I am pretty confused and do not know why it is not working.

    Feb 25th
    today I took a differet approch to getting tensorflow to work. This time in uninstall python on the comupter then reinstalled the later version(3.7) so that it was tensorflow compatible. Though I recived the same error that tensorflow could not be found. When I tried typing in "import tensorflow as tf" directly into the terminal I recived and error that I think means that there was something wrong with the GPU. I tried going though some online solutions to solve them but none worked.

    weekly summary
    This week was kinda depressing because I want to finally get the model to work but the computer simply isnt finding the tensorflow libary. Next class I plan on importing the files that were returned by the earlier part of the code to my google drive then running the neural network in google colab. after I get the trained neural network file I will save it to the computer then run the rest of the code using the notepad++ and terminal method.