I'm currently testing my setup to see how it performs for deep learning.
My current setup includes:
- HP Proliant ML350 GEN9
- CPUs: 2x E5-2698 v3
- GPU: Tesla P40
- 64 GB of RAM
- 2x NVMe 1TB
I'm trying to follow this course: "Detection of electric utility features and vegetation encroachments from satellite images using deep learning | ArcGIS API for Python."
Detection of electric utility features and vegetation encroachments from satellite images using deep learning | ArcGIS API for Python
During the fitting process, I noticed it seems to be running on only 1 CPU instead of 2, restricting itself to 50% of the CPU capacity.

Change Detection of Buildings from Satellite Imagery - Preview (arcgis.com),
A few weeks before this, I did the course "Change Detection of Buildings from Satellite Imagery - Preview" on arcgis.com. At that time, I only had one CPU available and also noticed only a 50% CPU usage.

Is there a setting in Jupyter Notebook that I need to adjust? Or should I run the commands differently to utilize the most system resources?