Coder Social home page Coder Social logo

distillation_privileged_information's Introduction

distillation_privileged_information

ICLR 2016 paper.

distillation_privileged_information's People

Contributors

lopezpaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

distillation_privileged_information's Issues

Can I have your dataset

Hello, Thanks for your great example code. I read your paper and I want to run your example code. Currently, I want to run your 'cifar10_semi.py' file.
But I can not load data because there is not cifar10.npz file.
So I just download cifar10 from website and load data. The result of this code

ax_tr, ay_tr, x_te, y_te = load_CIFAR10('/home/park/data/cifar-10-batches-py')
print ax_tr.shape
print ay_tr.shape
print x_te.shape
print y_te.shape

The result is

ax_r : (50000, 3072)
ay_tr : (50000,)
x_te : (10000, 3072)
y_ te : (10000,)

I got some error because of wrong data dimension.

Could you tell me the original dimension of your data or let me know where I can dowload cifar10.npz file.

Thank you.

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.