パッケージ: python3-onnx (1.7.0+dfsg-3ubuntu2)
python3-onnx に関するリンク
Trisquel の資源:
onnx ソースパッケージをダウンロード:
- [onnx_1.7.0+dfsg-3ubuntu2.dsc]
- [onnx_1.7.0+dfsg.orig.tar.gz]
- [onnx_1.7.0+dfsg-3ubuntu2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Deep Learning Team (メールアーカイブ)
- Mo Zhou
外部の資源:
- ホームページ [onnx.ai]
類似のパッケージ:
Open Neural Network Exchange (ONNX) (Python)
Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Initially onnx focuses on the capabilities needed for inferencing (evaluation).
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are developing ONNX support. Enabling interoperability between different frameworks and streamlining the path from research to production will increase the speed of innovation in the AI community.
This package contains the python interface.
その他の python3-onnx 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1) [armhf 以外]
- GCC support library
- dep: libgcc-s1 (>= 3.5) [armhf]
-
- dep: libprotobuf23 (>= 3.12.4)
- protocol buffers C++ library
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-protobuf
- Python 3 bindings for protocol buffers
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python