I have a trained U-Net model that I am using to classify wetland pixels. I used the API to train the model, and it is saved as an .emd and .dlpk. I am using the "Classify Pixels Using Deep Learning" tool in ArcGIS Pro, version 3.4.2. I would like probability rasters as well as hard classifications as the output when running this tool. Based on the documentation, there is an argument called "return_probability_raster" that would provide the probabilities instead of the binary classifications. However, it looks like this argument is only valid for MultiTaskRoadExtractor, ConnectNet, BDCNEdgeDetector, HEDEdgeDetector, and MMSegmentation.
Can I get probability rasters from a U-Net architecture? I don't understand why it would be limited to the architectures mentioned above, but I can't find a way around that.