Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_onnx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_onnx
Graph
dev
Select Git revision
Branches
15
CIWin
ImproveONNXTests
chore_26-compare-layer-import-export-onnxruntime
chore_30_improve-op-import-coverage
dev
protected
feat/operator_constantofshape
feat_enhance_operator_resize_support
feat_formatting
feat_operator_hardmax
fix
fix_dev
fix_import_tests
main
default
protected
onnxq
version_0-4-0
Tags
10
v0.5.0
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.0
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Apr
22
18
16
15
13
10
9
7
4
3
31
Mar
28
27
26
25
23
21
20
16
6
5
4
3
1
28
Feb
21
20
18
13
11
31
Jan
28
23
22
10
3
2
17
Dec
16
13
12
11
10
9
5
4
3
2
29
Nov
28
26
22
19
15
12
8
6
5
30
Oct
29
25
23
21
20
18
14
11
7
3
27
Sep
26
25
24
23
18
17
16
13
12
11
9
4
28
Aug
27
26
23
22
21
19
6
5
2
1
26
Jul
25
24
23
22
19
17
15
8
5
2
1
30
Jun
28
27
26
24
21
20
18
17
14
9
7
6
5
3
28
May
24
22
17
16
14
21
Apr
16
12
11
10
9
8
5
3
2
29
Mar
28
27
26
22
14
6
5
4
1
29
Feb
26
feat : [ADD] operator hardmax
feat_operator_h…
feat_operator_hardmax
Update 0.4.1 -> 0.5.0
v0.5.0 dev main
v0.5.0 dev main
Add requests dependency.
Fix gitlabci with change in https://gitlab.eclipse.org/eclipse/aidge/gitlab_shared_files/-/commit/259221162536d4c4164fdfd631723a2184790b07
Merge branch 'Fix67' into 'dev'
Update handling of DropOut attributes and mark DropOut test as expected to fail since we do not support see attr.
Merge branch 'feat_183_add_dropout' into 'dev'
Merge remote-tracking branch 'origin/dev' into feat_183_add_dropout
Update aidge converters function signature.
ImproveONNXTests
ImproveONNXTests
Remove deprecated verbose option for export.
Update typehinting for all import converter functions.
Update converter_register to pytest and add a test on signatures for converters functions.
Update test_converter_register to check if keys are existing and raise assert if keys are not tested.
Merge branch 'fix_rootnode' into 'dev'
Fix topological exploration issue
Merge branch 'FixClipExport' into 'dev'
Add a skip for OptionalData inputs.
Fix export ONNX of clip to handle case when min and max are not input Tensors.
Add dtype conversion aidge -> onnx for float64 + fix typo when creating _MAP_ONNX_TO_AIDGE_DTYPE.
Merge branch 'feat_benchmark' into 'dev'
upd: onnx loading system
add: file to generate an ONNX of a single operator with required inputs and parameters
upd: new 'load' function that accepts both ONNX models and files. Deprecate previous functions
Merge branch 'Fix65' into 'dev'
Merge branch 'dev' into Fix65
Fixed naming following eclipse/aidge/aidge_core!393
Fix bug in handling of inputs_name, a mix happened between name provided by user (node name) and the name of the input input_name.
ONNX export now cehck for duplicate edge names and fix them.
Rename input/output_name to be snake case complient.
Revert accidental changes to test_onnx_nodes_import_forward.py file
Merge branch 'feat_183_add_dropout' of gitlab.eclipse.org:maab05/aidge_onnx into feat_183_add_dropout
Fixed padding computation for AveragePool
UPD: version 0.4.0 -> 0.4.1
Change Python minimum version 3.7 -> 3.8
Convert some print to Log
Remove the use of print statement in favor of aidge_core.Log system.
Add Projects url in pyproject.toml.
Fix cannot import name 'node_import' from partially initialized module 'aidge_onnx', by including the whole module instead of just the top one.
Fix pyproject leading to error at runtime execution.
Update onnx with https://gitlab.eclipse.org/eclipse/aidge/aidge_core/-/merge_requests/277
Loading