view examples/inference/pipeline.yaml @ 2:0724b6692868 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author kls286
date Tue, 28 Mar 2023 15:28:45 +0000
parents cbbe42422d56
children
line wrap: on
line source

pipeline:
  - reader.BinaryFileReader:
      filename: /Users/vk/Work/CHESS/MLPipeline/MNIST/img4.png
  - processor.TFaaSImageProcessor:
      url: "http://localhost:8083"
      model: mnist
      verbose: true
  - writer.Writer:
      filename: examples/inference/predictions.json