Skip to content

Commit

Permalink
feat: add image classifier pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Apr 29, 2024
1 parent a48b459 commit 1f0ff94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions seldon/image-classifier-example/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: mlops.seldon.io/v1alpha1
kind: Pipeline
metadata:
name: cifar10-production
spec:
steps:
- name: cifar10
- name: cifar10-outlier
- name: cifar10-drift
batch:
size: 20
output:
steps:
- cifar10
- cifar10-outlier.outputs.is_outlier

0 comments on commit 1f0ff94

Please sign in to comment.