CuriousAI / mean-teacher

A state-of-the-art semi-supervised method for image recognition
https://arxiv.org/abs/1703.01780
Other
1.58k stars 331 forks source link

Missing data? #48

Closed Doublelucker closed 4 years ago

Doublelucker commented 4 years ago

Hello! I tried using your code, I executed the tensorflow-based script via python train_cifar10.py, but there's an error while searching for the data itself: FileNotFoundError: [Errno 2] No such file or directory: 'data\\images\\cifar\\cifar10\\cifar10_gcn_zca_v2.npz'. I looked through the repository and couldn't find it. Am I missing something and this data is created inside the code?