Mercurial > repos > kls286 > chap_test_20230328
diff examples/inference/pipeline.yaml @ 0:cbbe42422d56 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author | kls286 |
---|---|
date | Tue, 28 Mar 2023 15:07:30 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/inference/pipeline.yaml Tue Mar 28 15:07:30 2023 +0000 @@ -0,0 +1,9 @@ +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