# 2023_NeurIPS_InstanT **Repository Path**: furh18/InstanT ## Basic Information - **Project Name**: 2023_NeurIPS_InstanT - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-19 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Offical implementation for InstanT: Semi-supervised Learning with instance-dependent thresholds (NeurIPS 2023)](https://arxiv.org/abs/2310.18910) This repo contains a modified version of [USB (Unified Semi-supervised Learning Benchmark)](https://github.com/microsoft/Semi-supervised-learning), with our implementation of InstanT. To run InstanT on train-from-scratch setup, read instructions from USB first and run ```bash python train.py --c config/classic_cv/instant/instant_cifar10_40_0.yaml ```