Adding useful script and modifying instructions
This commit is contained in:
@@ -9,9 +9,16 @@ import matplotlib.pyplot as plt
|
||||
|
||||
# This is the new 2026 version
|
||||
# This model was trained with 13,185 images
|
||||
# See CNNImageProcessor solution for create the test images for training this model
|
||||
|
||||
|
||||
# See CNNImageProcessor solution for creating the test images for training this model
|
||||
# **************************************** I M P O R T A N T ********************************************************
|
||||
# Train the model on EUPORIE laptop using the GPU card with WSL2. (Windows Subsystem For Linux). I am running Ubuntu1 22.04.2
|
||||
# To launch WSL open up a command prompt, run powershell and type "wsl".
|
||||
# The folder structure will be /home/pi/CNN.
|
||||
# You can access the folder structure through windows explorer. type "\\wsl$" in explorer and navigate to the folder.
|
||||
# drop in the Data and Model and run the model
|
||||
# There is a shell script in the Scripts folder. setup_tf_gpu.sh Copy teh script to the CNN folder and run it. It will
|
||||
# create the venv enviroment and install python 3.10 and tensorflow (gpu)
|
||||
# ********************************************************************************************************************
|
||||
|
||||
# Figure out if we are training in CPU or GPU
|
||||
print("GPUs:", tf.config.list_physical_devices('GPU'))
|
||||
|
||||
Reference in New Issue
Block a user