Hacker Newsnew | past | comments | ask | show | jobs | submit | tolstoyevsky's commentslogin

I haven't experienced any real issues with GPU availability on Colab, I suggest that you just go ahead and use it and wait with the premature optimization until you actually hit a wall and need it.

For general advice focused on beginners and ESPECIALLY practical, cheap and efficient methods and hacks to do DL, I recommend searching in https://www.fast.ai/ and their forums https://forums.fast.ai/

I'll try to search inside fast.ai if there is a more specific link to give. I know that one of their chief pieces of advice has been to use Colab and take advantage of the 300$ free credit you get (per credit card) when signing up to Google Cloud, which you can use for DL.

Disclaimer - I'm one of the creators of DagsHub, we created the platform especially to help people like you with the difficulties of managing things like data and model versioning, experiment tracking, labeling, etc. we'd love to have you onboard, and thanks for reading until the end :)


I don't have official confirmation, but my experience is that at least the IntelliJ plugin version 100% seems to be using or remembering context from other parts of the project. It will know how to complete pieces of code in a brand new file, in ways that are very peculiar to my specific project.


I think IntelliJ generally has the feature to autocomplete code in markdown code blocks based on the current project. So that in itself is not a Copilot feature.

It's really useful because it will even understand Angular2 codebases and autocomplete custom components in html snippets.


I understood exactly the opposite point from the article - it's saying the exact thing you're saying, people will accept a CONSTANT AMOUNT of crap to get to their goals, and technology doesn't change this. It only changes how far people can get with that constant amount of crap they're willing to put up with.


Looks very interesting! Could be nice to get links in the body of the article for further reading and definitions of technical terms.


Recommended listening to get historical proportions: https://allthingscomedy.com/podcasts/431---year-of-the-locus...


DAGsHub | Senior Fullstack Developer | Tel-Aviv, IL | Full-time | ONSITE | https://DAGsHub.com/careers

DAGsHub is looking for a strong Full Stack Developer to join our very early team.

As one of the first members of the team, you will have a central role in shaping the company, its culture, and the future of data science tools.

DAGsHub is creating a home for data science collaboration - the field is rapidly developing, creating value and disrupting industries, and we are living in the Wild West. Now is the best time to create a place where data scientists can figure out how to work together.

Join us to be a founding member of the next GitHub.


I think maybe this could better illustrate what can be done using DVC: https://dagshub.com/DAGsHub-Official/DAGsHub-Tutorial-MNIST

You can navigate branches, and be able to download the data, model, and intermediate pipeline files from a shared team AWS,GS,Hadoop, or plain NFS or SSH server, as they were in a specific commit. Also compare metrics between branches for comparison of different experiments, etc. A team member can checkout a branch, immediately get the relevant files which were already computed by someone else, modify the training code, reproduce the out-of-date parts of the pipeline using dvc repro, and then git commit the resulting metrics + dvc push the resulting model back to the shared team storage.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: