pytorch-image-classification
pytorch-image-classification copied to clipboard
Image classification using pytorch
fixed syntax error
when launch train.py got this error: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you...
Hi I have a dataset that i done the annotation to it, how can I use it with this repo and using the annotation? Thank you
I have two classes and I listed all classes in class_names and ou 20 pictures in the test folder but when I am running the test.py file it gives an...
Hello, I am facing issues with the pre-trained version of MobileNetV2 present at "models/mobilenetv2.pth". During the testing, it raises an error message that torchvision doesn't contain model mobilenet "ModuleNotFoundError: No...
Hello, first I want to thank you for sharing your project here. I am a noob when it comes to deep learning and Github and want to change this. So...