AI Training Prototype 06 - TheEvergreenStateCollege/upper-division-cs-23-24 GitHub Wiki
AI-24sp-2024-04-17-Afternoon Julian, Timothy, Griffin
We had to create loader.py and train.py, so we copied it from this repo: https://github.com/MichalDanielDobrzanski/DeepLearningPython
Next, we want to increase the success rate of the model by adjusting the parameters in train.py.
But before we can adjust the code and execute it we need to install Numpy and Pillow using PIP.
We are encountering indentation errors in our code. We fixed the indentation by correctly defining the function in scope.
We were able to run the program, but it's taking a long time...