Aidge bridge to onnx framework, contains algorithms to import and export models.
Project description
Aidge ONNX library
You can find in this folder the python library that implements the ONNX import into Aidge.
Quick Start
Dependencies
pip install onnx
Aidge Dependencies
aidge_core
# On Windows, from aidge/
setup.ps1 -Modules core -Clean -Tests -Python
# On Unix, from aidge/
./setup.sh -m core --clean --tests --python
Using setup.ps1
[!NOTE] Windows only* *Unless you installed powershell on your system
# From aidge/
setup.ps1 -Modules onnx -Clean -Tests -Python
[!TIP] Run
Get-Help setup.ps1 --Fullto display documentation
Using setup.sh
[!NOTE] Unix only*
# From aidge/
./setup.sh -m onnx --clean --tests --python
[!TIP] Run
setup.sh -hto display documentation
Using pip
[!NOTE] If using virtual environment, make sure to use the same for every installation !
# only in aidge/aidge/aidge_onxx/
pip install . -v
# If you want to install test, do this instead
pip install .[test] -v
# Launch tests using pytest
pytest
[!TIP]
-vis to enable verbose mode !
Development mode install
[!WARNING] Experimental Untested & experimental feature, see https://scikit-build-core.readthedocs.io/en/latest/configuration/index.html#editable-installs.
pip install --no-build-isolation --config-settings=editable.rebuild=true -Cbuild-dir=build -ve.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aidge_onnx-0.9.0-py3-none-any.whl.
File metadata
- Download URL: aidge_onnx-0.9.0-py3-none-any.whl
- Upload date:
- Size: 235.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71a8d3493688df29fa491747f6d127f5c79a9b14dea6b42508214e6a979976a1
|
|
| MD5 |
f25df974919b1d90fc10f7194d6eb7d9
|
|
| BLAKE2b-256 |
2d22bd0cf7438347e4f01ff998943e9d9054241975673e88ec9a620e908fa3a6
|