2.6.7
ADS
- Fixed a bug in
PyTorchModel
. Thescore.py
failed whentorch.Tensor
was used as input data. - Added support for flexible shapes for Data Flow Jobs.
- Loading a model from Model Catalog (
GenericModel.from_model_catalog()
) and Model Deployment (GenericModel.from_model_deployment()
) no longer requires a model file name. - Switched from using
cx_Oracle
interface to theoracledb
driver to connect to Oracle Databases. - Added support for image attribute for the
PyTorchModel.predict()
andTensorFlowModel.predict()
methods. Images can now be directly passed to the model Deployment predict.
The following APIs are deprecated:
- OracleAutoMLProvider