Code Monkey home page Code Monkey logo

cifar10-c-eval's Introduction

Evaluating a model performance for CIFAR10-C (PyTorch)

cifar10-c-examples

Preparation

Download data

Download CIFAR10-C dataset from here.

(Optional) Set your model

A default model is ResNet56. it's model file is already contained in src/models/.
If you use your custom model, please do the following procedure.

  • Add your model file to src/models/.
  • Add a new model option to test.py.

Evaluation

# ResNet56 (default)
python src/test.py --weight_path <path/to/weight/file> --data_root <path/to/parent/directory/of/cifar10-c>

# Your custom model
python src/test.py --arch <your/model/name> --weight_path <path/to/weight/file> --data_root <path/to/parent/directory/of/cifar10-c>

Output

All corruption accuracy.
This figure will be saved in figs/.

(Optional) Other Useful Options

  • fig_dir : Specify the directory path to save an output figure.
  • weight_dir : Execute an evaluation for all weight files in the specified directory.
  • corruptions : Evaluate a model performance for the specified corruption types.

cifar10-c-eval's People

Contributors

tanimutomo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.