Git Product home page Git Product logo

hw2's Introduction

homework 2

environment

  • easily use google colab to run Homework_2.ipynb colab
  • if your want to use your local environment to run this code, make sure you have tensorflow 2.x (that is because we use google colab to save the model, resulting in model files which are not compatible with tensorflow1.x)

how to run the code

  1. down this repo
  2. Download the validation and test datasets from here and put the .h5 datafile into /data:
├── data 
    └── cl
        └── valid.h5 // this is clean validation data used to design the defense
        └── test.h5  // this is clean test data used to evaluate the BadNet
    └── bd
        └── bd_valid.h5 // this is sunglasses poisoned validation data
        └── bd_test.h5  // this is sunglasses poisoned test data
  1. open this project in google colab, and run Homework_2.ipynb, after run all code, you will see the repaired networks under /goodnets, goodnet_2, goodnet_4, goodnet_10 denote the repaired networks for X={2%, 4%, 10%}, respectively.

how to evaluate my repaired model

I have provided the code of the evaluation at the end of Homework_2.ipynb, you can check the evaluation results or run it with google colab eval

hw2's People

Contributors

cyvez avatar

Watchers

 avatar

Forkers

wxwmd

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.