MLOps_VideoAnomalyDetection icon indicating copy to clipboard operation
MLOps_VideoAnomalyDetection copied to clipboard

Operationalize a video anomaly detection model with Azure ML

Results 4 MLOps_VideoAnomalyDetection issues
Sort by recently updated
recently updated
newest added

The config.yml pins tensorflow==1.15. However no Keras version is pinned. Thus, after execution of `conda env create -f config/environment.yml` latest version of Keras (i.e. 2.4.3) gets installed. While executing train.py...

I try to inference in local with a model trained. I run the script batch_scoring.py but I think this is running on azure. How do I testing on local without...

I am not able to publish the pipeline into ML workspace now with the following package dependencies as specified in the code: conda_dependencies = CondaDependencies.create( conda_packages=["cudatoolkit=10.0"], pip_packages=[ "azure-storage-blob==2.1.0", "azureml-sdk", "hickle==3.4.3",...