Neural Network Performance Analysis
Project description
Neural Network Performance Analysis
The original version of the NN Stat was created by Waleed Khalid at the Computer Vision Laboratory, University of Würzburg, Germany.
Overview 📖
Automated conversion of LEMUR data into Excel format with statistical visualizations. It is developed to support the NN Dataset and NN Gen projects.
Installation with the LEMUR Dataset
source .venv/bin/activate
pip install nn-stat[dataset]
Usage
source .venv/bin/activate
python -m ab.stat.export
Update of NN Dataset
Remove old version of the LEMUR Dataset and its database:
source .venv/bin/activate
pip uninstall nn-dataset -y
rm -rf db
Installing the stable version:
source .venv/bin/activate
pip install nn-dataset --upgrade --extra-index-url https://download.pytorch.org/whl/cu124
Install from GitHub to get the most recent code and statistics updates:
source .venv/bin/activate
pip install git+https://github.com/ABrain-One/nn-dataset --upgrade --force --extra-index-url https://download.pytorch.org/whl/cu124
Environment for NN Stat Contributors
Pip package manager
Create a virtual environment, activate it, and run the following command to install all the project dependencies:
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu124
Docker
All versions of this project are compatible with AI Linux and can be run inside a Docker image:
docker run -v /a/mm:. abrainone/ai-linux bash -c "PYTHONPATH=/a/mm python -m ab.stat.export"
The idea of Dr. Dmitry Ignatov
Project details
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
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 nn_stat-1.0.6.tar.gz.
File metadata
- Download URL: nn_stat-1.0.6.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eee66c9736868ba68b4c7ced9e49369322824a54e82513d5c9b4cb378a796573
|
|
| MD5 |
1b62accff00564a30c24adb261ddab16
|
|
| BLAKE2b-256 |
3024b37e44584768dc7d703bab294e7031b5d35b17283e78ee2b2ded9c3bb0b4
|
File details
Details for the file nn_stat-1.0.6-py3-none-any.whl.
File metadata
- Download URL: nn_stat-1.0.6-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0394ad38b5aff21840c0bfb2373f3ce984418b4e9199bd2a0f5f41bc1ffb68c0
|
|
| MD5 |
5be97cfefb952677307f43487b87fab3
|
|
| BLAKE2b-256 |
2cab7ec601c6adb72d1056e292fc04857cbc73df842281cd86721038d9645413
|