Coder Social home page Coder Social logo

cleanlab / label-errors Goto Github PK

View Code? Open in Web Editor NEW
177.0 177.0 9.0 657.5 MB

๐Ÿ› ๏ธ Corrected Test Sets for ImageNet, MNIST, CIFAR, Caltech-256, QuickDraw, IMDB, Amazon Reviews, 20News, and AudioSet

Home Page: https://labelerrors.com/

License: GNU General Public License v3.0

benchmarking datasets label-errors machine-learning

label-errors's People

Contributors

anishathalye avatar cgnorthcutt avatar jwmueller 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  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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

label-errors's Issues

MNIST example code in README has same RHS for different variables

Hello and thanks for a very interesting repo! The top-level README provides helpful step-by-step instructions for obtaining the data corrected in this repo.

For MNIST, the instructions include two variables with assignments that share the same right-hand side:

test_data = datasets.MNIST(data_dir, train=False, download=True).test_labels.numpy()
test_labels = datasets.MNIST(data_dir, train=False, download=True).test_labels.numpy()

They're the same in Python:

In [6]: np.all(np.equal(test_data, test_labels))
Out[6]: True

It looks like the test_labels on the right-hand side should be test_data for the first assignment.

(There are warnings from torchvision 0.13.0 about the names changing, but whichever torchvision version is supported by the step-by-step tutorial in the README, it would help to be consistent.)

The two assignments for training data appear to have a similar problem:

bash$ sed 's!.*=!!' | while read rhs; do echo $rhs | openssl sha256; done
train_data = datasets.MNIST(data_dir, train=True, download=True).test_data.numpy()
train_labels = datasets.MNIST(data_dir, train=True, download=True).test_data.numpy()
870562877997826fd9627b9eb3890323171ea41841499caec4c8ea1ccddfeea4
870562877997826fd9627b9eb3890323171ea41841499caec4c8ea1ccddfeea4
bash$ 

cleaned training sets

Hi,

Are the cleaned training sets (from the Confident Learning paper in JAIR) and models that were trained on these datasets (cleaned training sets, cleaned validation sets) also available? Thanks.

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.