Hacker News new | ask | show | jobs
by mendeza 1830 days ago
A lot of these models are open source, I wonder who would this product market towards?
2 comments

Can I ask where one can download the pretrained weights? Is there some online repository?
You can look up the torchvision model zoo for pretrained weights of most popular architectures.

Tensorflow as an equivalent tool but I can't remember the name.

The models have to be trained. Trained towards a given task.
And then once you have the weights you have to figure out what to do with them. Data science (training a good model) and engineering (deploying it as a service to be consumed by end users) are pretty distinct tasks.
Good point.