Giter Site home page Giter Site logo

Comments (1)

adri-romsor avatar adri-romsor commented on August 29, 2024
  • teacher_path is the path to the .pkl of the teacher model. The teacher model is the maxout network in [a]. You have to train the teacher first. If you are using pylearn2, you can find the yaml file of the teacher in /pylearn2/pylearn2/scripts/papers/maxout/. After training the teacher, set the path to the resulting pkl as teacher_path.

[a] Goodfellow, I.J., Warde-Farley, D., Mirza, M., Courville, A., and Bengio, Y. Maxout networks. In ICML, 2013.

  • cifar10_fitnet19_valid.yaml divides the training set into a training set and a validation set. This yaml is used to determine the number of epochs to train the FitNet. It will give you the number of epochs to train the first and second stages. After that, you can use cifar_10_fitnet19_all.yaml to retrain on the whole training set. Set the number of epochs of the 2nd stage here:

    termination_criterion: !obj:pylearn2.termination_criteria.EpochCounter {
    max_epochs: XXXX,
    },
    and set the number of epochs of the 1st stage as an optional parameter when running fitnets_training.py: -he YYYY.

from fitnets.

Related Issues (4)

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.