My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Making Poketwo Autocatcher: Day 1

Kyle He's photo
Kyle He
·Mar 6, 2021·

1 min read

I plan to use PyTorch to train our machine learning model to detect Pokemon. I have successfully reverse engineered the image generation software, so I can create data for my machine learning model.

First, to install PyTorch, you do:

pip3 install torch torchvision

Ok that is it for day 1. tune in tmrw for day 2 where i generate and classify my dataset ty