Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 475 Bytes

File metadata and controls

10 lines (8 loc) · 475 Bytes

README

DeepLearning (ME 595R @ Brigham Young University)

Taught by Dr. Ning Winter 2025

Repo of Jacob Child

Known Issues

  1. pipenv keeps looking for python 3.13, for the sake of moving foward I will do things globally with pip
    1. It is best to run pip from an admin command prompt (I think) as then it installs under actual python and not roaming app data
    2. ANS: I now just activate venv with the VScode bottom right select interpreter option etc.