Mercurial > repos > kls286 > chap_test_20230328
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cbbe42422d56 |
|---|---|
| 1 pipeline: | |
| 2 - reader.BinaryFileReader: | |
| 3 filename: /Users/vk/Work/CHESS/MLPipeline/MNIST/img4.png | |
| 4 - processor.TFaaSImageProcessor: | |
| 5 url: "http://localhost:8083" | |
| 6 model: mnist | |
| 7 verbose: true | |
| 8 - writer.Writer: | |
| 9 filename: examples/inference/predictions.json |
