Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkat0/testing-onnx-chainer
https://github.com/tkat0/testing-onnx-chainer
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkat0/testing-onnx-chainer
- Owner: tkat0
- Created: 2019-02-14T15:38:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:08:57.000Z (11 months ago)
- Last Synced: 2024-10-10T19:09:07.389Z (about 1 month ago)
- Language: Python
- Size: 2.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-onnx-chainer
fixed in [email protected] :tada:
```bash
$ docker-compose run fixed python test_multi_outputs_fixed.py
```output/C_.onnx
![](./img/C_.png)
output/D_.onnx
![](./img/D_.png)
---
old
```bash
$ docker-compose run dev python test_multi_outputs.py
```output/A.onnx
![](./img/A.png)
output/B.onnx
![](./img/B.png)
output/C.onnx
![](./img/C.png)
output/D.onnx
![](./img/D.png)