effimap

incubator-tepig

https://github.com/wsine/effimap

Science Score: 57.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
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

incubator-tepig

Basic Info
  • Host: GitHub
  • Owner: Wsine
  • License: mit
  • Language: Python
  • Default Branch: legacy
  • Homepage:
  • Size: 225 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

EffiMAP

Project Code: Tepig

For more details, please refer to the following publication.

Publication

Z. Wei, H. Wang, I. Ashraf and W. K. Chan, "Predictive Mutation Analysis of Test Case Prioritization for Deep Neural Networks," 2022 IEEE 22nd International Conference on Software Quality, Reliability and Security (QRS), Guangzhou, China, 2022, pp. 682-693, doi: 10.1109/QRS57517.2022.00074. keywords: {Deep learning;Analytical models;Computational modeling;Neural networks;Software quality;Predictive models;Computational efficiency;Test case prioritization;mutation analysis;testing},

@INPROCEEDINGS{10062402, author={Wei, Zhengyuan and Wang, Haipeng and Ashraf, Imran and Chan, W.K.}, booktitle={2022 IEEE 22nd International Conference on Software Quality, Reliability and Security (QRS)}, title={Predictive Mutation Analysis of Test Case Prioritization for Deep Neural Networks}, year={2022}, volume={}, number={}, pages={682-693}, keywords={Deep learning;Analytical models;Computational modeling;Neural networks;Software quality;Predictive models;Computational efficiency;Test case prioritization;mutation analysis;testing}, doi={10.1109/QRS57517.2022.00074} }

Preparation

The dataset and the model will be fetched automatically. No need to handle by the user.

Installation

The project is maintained with Pipenv. Please refer to the link for installing Pipenv.

The dependencies are very convenient to install by one command. The versions are same as proposed here.

bash pipenv sync

How to run

The executions are well organized with the help of arguments. you can run --help command to check it.

for example,

``` ~/workspace/effimap{main} > pipenv run python src/extract.py -h usage: extract.py [-h] [--datadir DATADIR] [--outputdir OUTPUTDIR] [--device {cpu,cuda}] [--gpu {0,1,2,3}] [--seed SEED] [-b BATCHSIZE] [-m {resnet32,mlp,svhn,stl10,resnet18,resnet20,msgdn}] [-d {cifar10,cifar100,mnist,svhn,stl10,tinyimagenet,nuswide}] [-e EPOCHS] [--lr LR] [--fuzzenergy FUZZENERGY] [--nummodelmutants NUMMODELMUTANTS] [--numinputmutants NUMINPUTMUTANTS] [--task {classify,regress,multilabels}] [--primasplit {val,test}] --strategy {prima,furret}

optional arguments: -h, --help show this help message and exit --datadir DATADIR --outputdir OUTPUTDIR --device {cpu,cuda} --gpu {0,1,2,3} --seed SEED -b BATCHSIZE, --batchsize BATCHSIZE -m {resnet32,mlp,svhn,stl10,resnet18,resnet20,msgdn}, --model {resnet32,mlp,svhn,stl10,resnet18,resnet20,msgdn} -d {cifar10,cifar100,mnist,svhn,stl10,tinyimagenet,nuswide}, --dataset {cifar10,cifar100,mnist,svhn,stl10,tinyimagenet,nuswide} -e EPOCHS, --epochs EPOCHS --lr LR --fuzzenergy FUZZENERGY --nummodelmutants NUMMODELMUTANTS --numinputmutants NUMINPUTMUTANTS --task {classify,regress,multilabels} --primasplit {val,test} --strategy {prima,furret} ```

Owner

  • Name: Jankin Wei
  • Login: Wsine
  • Kind: user

To be simple, to be powerful.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you conduct research with this code repository, please cite it as below."
authors:
- family-names: "Wei"
  given-names: "Zhengyuan"
  orcid: "https://orcid.org/0000-0001-5966-1338"
title: "Implementation of EffiMAP"
version: 1.0.0
date-released: 2022-11-03
url: "https://github.com/Wsine/effimap"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Pipfile pypi
  • ipython *
  • opencv-python *
  • pandas *
  • scipy *
  • sklearn *
  • torch ==1.8.1
  • torchsummary *
  • torchvision ==0.9.1
  • tqdm *
  • xgboost *
Pipfile.lock pypi
  • asttokens ==2.0.5
  • backcall ==0.2.0
  • decorator ==5.1.1
  • executing ==0.9.1
  • ipython ==8.4.0
  • jedi ==0.18.1
  • joblib ==1.1.0
  • matplotlib-inline ==0.1.3
  • numpy ==1.23.1
  • opencv-python ==4.6.0.66
  • pandas ==1.4.3
  • parso ==0.8.3
  • pexpect ==4.8.0
  • pickleshare ==0.7.5
  • pillow ==9.2.0
  • prompt-toolkit ==3.0.30
  • ptyprocess ==0.7.0
  • pure-eval ==0.2.2
  • pygments ==2.12.0
  • python-dateutil ==2.8.2
  • pytz ==2022.1
  • scikit-learn ==1.1.1
  • scipy ==1.8.1
  • setuptools ==63.2.0
  • six ==1.16.0
  • sklearn ==0.0
  • stack-data ==0.3.0
  • threadpoolctl ==3.1.0
  • torch ==1.8.1
  • torchsummary ==1.5.1
  • torchvision ==0.9.1
  • tqdm ==4.64.0
  • traitlets ==5.3.0
  • typing-extensions ==4.3.0
  • wcwidth ==0.2.5
  • xgboost ==1.6.1