├── LICENSE ├── PreResNet.py ├── README.md ├── autoaugment.py ├── dataloader_cifar.py ├── main_cifar.py ├── plabel_allocator.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/LICENSE -------------------------------------------------------------------------------- /PreResNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/PreResNet.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/README.md -------------------------------------------------------------------------------- /autoaugment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/autoaugment.py -------------------------------------------------------------------------------- /dataloader_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/dataloader_cifar.py -------------------------------------------------------------------------------- /main_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/main_cifar.py -------------------------------------------------------------------------------- /plabel_allocator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/plabel_allocator.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/changwxx/CSOT-for-LNL/HEAD/utils.py --------------------------------------------------------------------------------