Skip to content

Semi supervised learning methods for solving the image classification problem on large scale

Notifications You must be signed in to change notification settings

imran3180/SSL-Image-Classification

Repository files navigation

Run the porgram

python main.py --arch=conv_net --epochs=100
python main.py --arch=resnet18 --data_transforms=resnet_input_transform --epochs=100
python main.py --arch=cifar_convnet --dataset=cifar10 --data_transforms=cifar10_input_transform
python main.py --arch=conv_net --epochs=100

About

Semi supervised learning methods for solving the image classification problem on large scale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages