sassoftware / python-dlpy

The SAS Deep Learning Python (DLPy) package provides the high-level Python APIs to deep learning methods in SAS Visual Data Mining and Machine Learning. It allows users to build deep learning models using friendly Keras-like APIs.
Apache License 2.0
224 stars 131 forks source link

updated image segmentation data prep example. Runs end-to-end with do… #344

Closed ChipRobie closed 3 years ago

ChipRobie commented 3 years ago

…wnloadable data.

ChipRobie commented 3 years ago

Final validated version of Using SAS DLPy to Create Training Data Sets for Image Segmentation Models example with downloadable data.

ChipRobie commented 3 years ago

Updated the Comprehensive Image Classification example from quick_start to include more detailed code comments about deploying a saved .sashdat model, per GitHub issue 339. Also made displaying the model1 network architecture an optional bit of code.

Meant for this to be a separate pull request from the image segmentation data prep example update, but the two PRs seem to have been combined. Apologies...

ChipRobie commented 3 years ago

PrepareObjectDetectionTable example validated and run end-to-end using downloadable data.