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.

Complement Objective Training with Pytorch Lightning

4 pointsby talolardalmost 4 years ago

1 comment

talolardalmost 4 years ago
Hi HN, I wrote this and wanted to share a few more words. This post discusses a trick for training neural networks. Usually when we train a NN, we just show it what the correct answer is, but we don&#x27;t say anything explicit about the wrong answers. This trick, Complement Objective Training, is a way to give the model &quot;feedback about its mistakes&quot;. In practice, it makes the model better and train faster.<p>The important thing is that it&#x27;s pretty easy to implement. Many cool research ideas are a months work, but this takes 15 minutes with pytorch lighting so it&#x27;s in the realm of low hanging fruit.
评论 #27674104 未加载