Hi! So, part of my bachelor’s thesis is basically running a CNN over some images that can hold letters, numbers, and a couple of logic symbols. This being my first time ever handling an ML task, I wanted to go safe with pytorch.
The thing is, I’m having a couple of type issues with the library, and I don’t really understand much about what the functions should get as input, or what they return… So, I thought that maybe a more statically typed programming language might help, hopefully, my favorite one :).
I’m looking for library recommendations that:
- Allows me to write a simple CNN at first (like LeNET) and then maybe jump into other architectures (AlexNet maybe?)
- Can run on an AMD Radeon GPU
- Runs on windows? (not mandatory, but desirable since my it’s my tutors OS)
Thanks in advanced