Hi ESRI community.
I have been working on a custom UNET model to segment water pixels from a standard false colour image. I successfully trained the model and saved it using the Python API, but whenever I try to use it in the Classify Pixel Using Deep Learning tool in Python, the tool tends to run forever. I have recorded a maximum of 4 days during one trial, much so that my computer went off because of overheating.
I then tried to use the same model via the ArcGIS Pro GUI, and it took me approximately 7 hours on the same area (spanning approximately 300 square KM) that I put into the custom script.
Does anyone have any idea why it fails to work via the Python Script, but works on Pro's interface?
For added context, I have the Image Analyst License checked out in the script, and the hardware specs of my PC are as follows:
RAM: 32 GB | Graphics chip: 4 GB NVIDIA Quadro T2000 | CUDA version: 12.8 | Available Storage Space: 700 GB+
Thanks in advance!