A tool to automatically generating bug-finding inputs for NN program testing.
Project description
aNNoTest
aNNoTest is a tool (and an approach) to automatically generating bug-finding inputs for NN program testing. Paper An annotation-based approach for finding bugs in neural network programs by Mohammad Rezaalipour and Carlo A. Furia explains aNNoTest in details and provides guidelines on how to use it, effectively.
Installation
Run the following command to install aNNoTest:
pip install annotest
We have tested aNNoTest on Python 3.6. But it should work on Python 3.6+ as well.
Using aNNoTest
aNNoTest is a command line tool.
After annotating your project with
aN (aNNoTest's annotation language)
you can cd
to your project directory
and then run aNNoTest.
cd path_to_python_project
annotest
Or you can input the project path to aNNoTest:
annotest path_to_python_project
Examples
To see examples of using aNNoTest, see the following repository:
https://github.com/atom-sw/annotest-subjects
Citations
@article{Rezaalipour:2023,
title = {An annotation-based approach for finding bugs in neural network programs},
journal = {Journal of Systems and Software},
volume = {201},
pages = {111669},
year = {2023},
issn = {0164-1212},
doi = {https://doi.org/10.1016/j.jss.2023.111669},
url = {https://www.sciencedirect.com/science/article/pii/S016412122300064X},
author = {Mohammad Rezaalipour and Carlo A. Furia},
keywords = {Test generation, Neural networks, Debugging, Python}
}
Mirrors
The current repository is a public mirror of our internal private repository. We have two public mirrors, which are as follows:
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 Distribution
Built Distribution
File details
Details for the file annotest-0.1.tar.gz
.
File metadata
- Download URL: annotest-0.1.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3adb2cabd3a4ce829410d66d20b5bd6766af01444007c573c80fc1bfb29d4b6d |
|
MD5 | 464cead5a28ec1d4541ebdbf31b60f64 |
|
BLAKE2b-256 | 8633303fc064d366a582b1f147e0a8fc8df78473319d30ac2544bc15e29cb387 |
File details
Details for the file annotest-0.1-py3-none-any.whl
.
File metadata
- Download URL: annotest-0.1-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52fe0e76a6c4de3a8679009fd503721cbd07ca5ce204998a4e8d41916605ad91 |
|
MD5 | f891ab0ae959b568b6d65434a933a294 |
|
BLAKE2b-256 | 8cee3faa78a05c0a42b69f0fbd03fd0b5a6b00bd6de2053f240c764cf8a72707 |