rartino / turbopi

Fun stuff with the HiWonder TurboPi robot car
2 stars 0 forks source link

tensorflow or pytorch #1

Open shunw opened 7 months ago

shunw commented 7 months ago

I want to write some code to enable the Turbopi recognize the handwriten-number. However, I found there is no tensorflor or pytorch installed inside.
Did you install tensorflow or torch? Have you met any problem there?

Thanks,

Wendy

rartino commented 6 months ago

We didn't get that far yet. My intent was always to rather use networking to communicate with a computer with a GPU to power the robot with more serious AI. However, I think you should be able to simply install the CPU ARM version of pytorch via pip, e.g.:

pip install torch torchvision torchaudio

I think tensorflow can be more tricky to install, but there are also a lot of guides for Raspberry PI out there.