Skip to content

Commit

Permalink
Merge pull request #1702 from cliveseldon/1692_drift_outlier_examples
Browse files Browse the repository at this point in the history
Outlier and Drift Detection Examples
  • Loading branch information
ukclivecox authored Apr 16, 2020
2 parents 0832ddb + a4eff11 commit b1f4d96
Show file tree
Hide file tree
Showing 82 changed files with 1,113 additions and 6,076 deletions.
4 changes: 4 additions & 0 deletions components/drift-detection/cifar10/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CIFAR10 Drift Detector

Run the [notebook demo](cifar10_drift.ipynb) to test.

30 changes: 30 additions & 0 deletions components/drift-detection/cifar10/cifar10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: machinelearning.seldon.io/v1
kind: SeldonDeployment
metadata:
name: tfserving-cifar10
spec:
protocol: tensorflow
transport: rest
predictors:
- componentSpecs:
- spec:
containers:
- args:
- --port=8500
- --rest_api_port=8501
- --model_name=resnet32
- --model_base_path=gs://seldon-models/tfserving/cifar10/resnet32
image: tensorflow/serving
name: resnet32
ports:
- containerPort: 8501
name: http
graph:
name: resnet32
type: MODEL
endpoint:
service_port: 8501
logger:
mode: all
name: model
replicas: 1
Loading

0 comments on commit b1f4d96

Please sign in to comment.