TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Simple VSCode extension to autocomplete Python with a transformer model

3 pointsby vpjover 4 years ago
We created a simple VSCode plugin to autocomplete Python with a transformer model trained on code from awesome PyTorch list.<p>Github repo: https:&#x2F;&#x2F;github.com&#x2F;lab-ml&#x2F;python_autocomplete<p>You will need a GPU for it to be responsive.

2 comments

vpjover 4 years ago
Github repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;lab-ml&#x2F;python_autocomplete" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lab-ml&#x2F;python_autocomplete</a>
anticodonover 4 years ago
I have tried TabNine extension that does the same and I wasn&#x27;t impressed with the results. Maybe it depends on the project and maybe the paid Pro version is better, but the suggestions I get are routinely worse that the default IDE suggestions.<p>I have tried it on a Python project with about 70,000-100,000 LOC.