Show HN: PyTorch search engine
1–10 of 18 posts
Re: Show HN: PyTorch search engine
#2Re: Show HN: PyTorch search engine
#3Re: Show HN: PyTorch search engine
#4Here are some more example queries: https://you.com/niche/pytorch?q=install+osx&fromSearchBar=tr... https://you.com/niche/pytorch?q=save+trained+model https://you.com/niche/pytorch?q=check+if+pytorch+is+using+GP...
Re: Show HN: PyTorch search engine
#5Here are some more example queries: https://you.com/niche/pytorch?q=install+osx&fromSearchBar=tr... https://you.com/niche/pytorch?q=save+trained+model https://you.com/niche/pytorch?q=check+if+pytorch+is+using+GP...
For the first example the snippet isn't correct, it just says `conda list`. The website (TutorialPoint) it links to is also wrong and useless.
Re: Show HN: PyTorch search engine
#6that seems like a super valuable domain being very under used.
Re: Show HN: PyTorch search engine
#7Here are some more example queries: https://you.com/niche/pytorch?q=install+osx&fromSearchBar=tr... https://you.com/niche/pytorch?q=save+trained+model https://you.com/niche/pytorch?q=check+if+pytorch+is+using+GP...
Re: Show HN: PyTorch search engine
#8Re: Show HN: PyTorch search engine
#9Here are some more example queries: https://you.com/niche/pytorch?q=install+osx&fromSearchBar=tr... https://you.com/niche/pytorch?q=save+trained+model https://you.com/niche/pytorch?q=check+if+pytorch+is+using+GP...
Sounds like a good idea, but I'd like to see how is it better than googling these phrases together with pytorch keyword. Not saying it's not better, just not clear if it is.
The more targeted the topic, the harder the time Google has to provide quality signal through the noise of SEO and sheer volume of content on the web.
In addition to the above, the UI provides some cool features like allowing horizontal scrolling of sources to provider higher information density (important for discovery), and some source content can be viewed in the side pane without leaving the page.
But ultimately it would be good to hear if this approach does make it easier to find relevant and higher quality Pytorch info.
Re: Show HN: PyTorch search engine
#10If you could search through github projects (torchvision, mmdetection, etc) and index high quality pytorch snippets, that would be awesome. I learn a lot about how to manipulate tensors and achieving specific deep learning tasks from GitHub projects, that’s how I answer various questions on how to implement key ideas with pytorch.