Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: DavidNeveziStrango
- Language: Python
- Default Branch: main
- Size: 2.27 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Logo partially generated with AI; Credit: Emanuela-Alexandra Cârcu
Ubervvald
Ubervvald (Unified toolBench for Edge-targeted impRovements & enVironment-friendly innoVative aLgorithms for DNNs) is a Python library for executing a DNAS and/or Quantization pipeline on PyTorch models. The library is meant to be flexible and "plug-and-play", allowing to either integratie into a larger execution process via only 2-5 function calls or to customize your own pipeline.
Development stage: Alpha
System requirements
Tested on: Ubuntu 20.04, ONNXRuntime 1.14, ONNX 1.13, Pytorch 2.3+cu118 or higher (including CUDA) w/ torchvision 0.18 or higher
ONNX models deployed on: Nvidia DRIVEOS 5.2.6 (~Ubuntu 18.04 on aarch64), ONNX OPset 14, ONNXRuntime 1.14
Nevertheless, the package is meant to be OS independent, so if enough users signal proper execution, you may put a pull request.
Installation
Run the following command on any CLI:
pip install ubervvald@git+https://github.com/DavidNeveziStrango/ubervvald.git@main
Usage
Refer to the examples notebooks (more to be added later). Ultimately, the package is meant to be flexible by allowing to customize your own pipeline as you see fit.
Important note:
- DNAS is supported for torch models, while Quantization happens utilizing the ONNX model. There are some functions that handle the transition from one format to another. Additionally, there are other function that require the model in both formats for comparison measurements purpose.
Credits
This pip package has several reference sources (the package is a derivative work of all the references). Thus I wish to credit all of the authors who made it possible to create this package. 1. PLiNIO's authors (https://github.com/eml-eda/plinio): D.J. Pagliari, M. Risso, B.A. Motetti, A. Burrello @ Politehnico di Torino 2. EFCL Summer School 2024 Track 3 (https://github.com/eml-eda/efcl-school-t3) organizers: S. Benatti, D.J. Pagliari, A. Burrello @ Politehnico di Torino
Additionally, the following sources were used to make the pip package complete: 1. https://pytorch.org/ignite/modules/ignite/handlers/checkpoint.html#Checkpoint 2. https://pytorch.org/ignite/modules/ignite/handlers/early_stopping.html#EarlyStopping 3. https://medium.com/@hdpoorna/pytorch-to-quantized-onnx-model-18cf2384ec27 4. All the dependency's API and/or Source Code documentation
Troubleshooting
Q: CUDA out of memory.
A: Try restarting your system. CUDA does not free memory in certain situations, especially when intrerrupting execution. You may also try utilizing
torch.cuda.empty_cache()as much as possible.
Citation
If you plan to do academic research using the library please cite the repository as shown by Github.
There is also a paper related to the library. It is preffered that you should use the paper's citation:
BibTeX
@inproceedings{nevezi2025ubervvald,
title={Ubervvald: Advanced Object Detection Library for Optimizing Complex Convolutional Neural Networks (CNNs)},
author={Nevezi-Strango, D{\'a}vid and G{\u{a}}ianu, Mihail},
booktitle={Asian Conference on Intelligent Information and Database Systems},
pages={184--198},
year={2025},
organization={Springer}
}
License
Ubervvald is mostly licensed under Apache License 2.0 but there are some portions of code which were required to be sublicensed with the same one see example.
Owner
- Name: DavidNevezi@ContiTSR
- Login: DavidNeveziStrango
- Kind: user
- Location: Timisoara, Romania
- Company: Continental Automotive Romania
- Website: https://www.continental.com/ro-ro/
- Repositories: 1
- Profile: https://github.com/DavidNeveziStrango
System Engineer
Citation (CITATION.cff)
cff-version: 1.0.0 message: "If you use this software, please cite it as below." authors: - family-names: "Nevezi-Strango" given-names: "David" orcid: "https://orcid.org/0009-0009-6193-5874" title: "Ubervvald" version: 1.3.0 // doi: 10.5281/zenodo.1234 date-released: 2024-11-22 url: "https://github.com/DavidNeveziStrango/ubervvald/"
GitHub Events
Total
- Release event: 4
- Delete event: 5
- Member event: 1
- Push event: 25
- Pull request event: 2
- Create event: 11
Last Year
- Release event: 4
- Delete event: 5
- Member event: 1
- Push event: 25
- Pull request event: 2
- Create event: 11
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- DavidNeveziStrango (1)