All Projects β†’ cvjena β†’ cifair

cvjena / cifair

Licence: other
A duplicate-free variant of the CIFAR test set.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to cifair

ml-datasets
🌊 Machine learning dataset loaders for testing and example scripts
Stars: ✭ 40 (+207.69%)
Mutual labels:  datasets, machine-learning-datasets
torchgeo
TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Stars: ✭ 1,125 (+8553.85%)
Mutual labels:  datasets
data.world-py
Python package for data.world
Stars: ✭ 98 (+653.85%)
Mutual labels:  datasets
mlx
Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
Stars: ✭ 132 (+915.38%)
Mutual labels:  datasets
CompBioDatasetsForMachineLearning
A Curated List of Computational Biology Datasets Suitable for Machine Learning
Stars: ✭ 90 (+592.31%)
Mutual labels:  datasets
scRNAseq cell cluster labeling
Scripts to run and benchmark scRNA-seq cell cluster labeling methods
Stars: ✭ 41 (+215.38%)
Mutual labels:  datasets
clothing-detection-ecommerce-dataset
Clothing detection dataset
Stars: ✭ 43 (+230.77%)
Mutual labels:  datasets
open2ch-dialogue-corpus
γŠγƒΌγ·γ‚“2γ‘γ‚ƒγ‚“γ­γ‚‹γ‚’γ‚―γƒ­γƒΌγƒ«γ—γ¦δ½œζˆγ—γŸε―Ύθ©±γ‚³γƒΌγƒ‘γ‚Ή
Stars: ✭ 65 (+400%)
Mutual labels:  datasets
DiscEval
Discourse Based Evaluation of Language Understanding
Stars: ✭ 18 (+38.46%)
Mutual labels:  datasets
CHR
SIXray : A Large-scale Security Inspection X-ray Benchmark in CVPR 2019
Stars: ✭ 78 (+500%)
Mutual labels:  datasets
dagpi
Dagpi is a powerful and fast api that does image manipulation as well as serves datasets. It is fast and written in rust and python. Perfect for discord bots, social media apps, camera apps and more.
Stars: ✭ 25 (+92.31%)
Mutual labels:  datasets
humanflow2
Official repository of Learning Multi-Human Optical Flow (IJCV 2019)
Stars: ✭ 37 (+184.62%)
Mutual labels:  datasets
Google-Playstore-Dataset
Google PlayStore App dataset. (2.3 million App Data) and 24 attributes
Stars: ✭ 27 (+107.69%)
Mutual labels:  datasets
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (+15.38%)
Mutual labels:  datasets
bugrepo
A collection of publicly available bug reports
Stars: ✭ 93 (+615.38%)
Mutual labels:  datasets
delitos-caba
πŸš“ Crime dataset for the City of Buenos Aires, Argentina
Stars: ✭ 44 (+238.46%)
Mutual labels:  datasets
dh-core
Functional data science
Stars: ✭ 123 (+846.15%)
Mutual labels:  datasets
biomechanics dataset
Information of public available data sets for biomechanics.
Stars: ✭ 31 (+138.46%)
Mutual labels:  datasets
big-data-exploration
[Archive] Intern project - Big Data Exploration using MongoDB - This Repository is NOT a supported MongoDB product
Stars: ✭ 43 (+230.77%)
Mutual labels:  datasets
rs datasets
Tool for autodownloading recommendation systems datasets
Stars: ✭ 22 (+69.23%)
Mutual labels:  datasets

ciFAIR Website

This repository hosts the following website:

ciFAIR: a duplicate-free variant of the CIFAR test set.


Adding a new model to the leaderboard

If you think an important CNN architecture is missing from the leaderboard on the ciFAIR page or you have come up with your own architecture outperforming the previous state-of-the-art, we would be happy to accept a pull request from you to update the leaderboard.

Note, however, that we only accept submissions which provide pre-trained models and source code to load and run these models, so that we can verify their performance.

The process for making a pull request to the leaderboard is as follows:

  1. Fork this repository.

  2. Create a new YAML file (file extension .yml) in the directory _data/models and fill it with information about your model according to the following example:

    name: ResNeXt-29 (8x64d)
    paper: http://openaccess.thecvf.com/content_cvpr_2017/papers/Xie_Aggregated_Residual_Transformations_CVPR_2017_paper.pdf
    code: https://github.com/prlz77/ResNeXt.pytorch
    framework: PyTorch
    cifar10_model: 
    cifar100_model: 
    cifar10_error: 3.56
    cifair10_error: 3.95
    cifar100_error: 18.38
    cifair100_error: 20.84
    num_params: 34518948

    Leave the fields for the links to the pre-trained models blank for now; we will add them later.

  3. Create a pull request to merge this new file into cvjena/cifar and upload your pre-trained models (for both ciFAIR-10 and ciFAIR-100) as attachments to the pull request.

  4. Add the links to the two models uploaded in the previous step to your YAML file and push the commit to the branch from which you created the pull request. The PR will automatically be updated with the changes.

  5. We will validate the performance of the model and merge the pull request. Once merged, the leaderboard will update itself automatically based on the information in the YAML file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].