Skip to main content

A toolbox about DNN Reliability

Project description

torchei_logo

TorchEI⚡

IntroUsageDocCiteContributionLicense

中文

Introduction

👋TorchEI, pronounced*/ˈtôrCHər/*(like torture), short for Pytorch Error Injection, is a high-speed toolbox for DNN Reliability's Research and Development. TorchEI enables you quickly and simply inject errors into DNN, collects information you needed, and harden your DNN.

Features

  • Full typing system supported
  • Implemented methods from papers
  • Highly customizable

Quick Example

Here we gonna show you a quick example, or you can try interactive demo and online editor.

Installing

Install public distribution using pip3 install torchei or download it.

Example

Init fault model

import torch
from torchvision import models
import torchei
model = models.resnet18(pretrained=True)
data = torch.load('data/ilsvrc_valid8.pt')
fault_model = torchei.fault_model(model,data)

Calc reliability using emat method

fault_model.emat_attack(10,1e-3)

Calc reliability using SERN

fault_model.sern_calc(output_class=1000)

Harden DNN by ODR

fault_model.outlierDR_protection()
fault_model.emat_attack(10,1e-3)

Contribution

contributors

If you found🧐 any bugs or have🖐️ any suggestions, please tell us.

This repo is open to everyone wants to maintain together.

You can helps us with follow things:

  • PR your implemented methods in your or others' papers
  • Complete our project
  • Translate our docs to your language
  • Other

We want to build TorchEI to best toolbox in DNN Reliability for bit flip, adversarial attack, and others.

:e-mail: forcessless@foxmail.com

Citation

Our paper is under delivering.

License

MIT License. Copyright:copyright:2022/5/23-present, Hao Zheng.

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

torchei-0.1.2.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

torchei-0.1.2-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file torchei-0.1.2.tar.gz.

File metadata

  • Download URL: torchei-0.1.2.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for torchei-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9b60748810b43f64ca11c0fa1b01909365447d98c57b4fc7851aa48cd6c22f2e
MD5 5183b8b4bc020f67d9c8abcd290d1271
BLAKE2b-256 58bc257b8513a0c5c3550eb41f50fe0c100428aae53762bdfca850d6ae5180fc

See more details on using hashes here.

File details

Details for the file torchei-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: torchei-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for torchei-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e00bb8581e9e4632f8c0c650012759aa6054f63ac710e7771e7e722bbc6fad58
MD5 6090f853adcc9fd63311123a41453450
BLAKE2b-256 118924c2c44238e7e39e432c5f389e278a334279b913c077fa9469eecef17ef9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page