Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] How to weight different types of losses in model?

My model have MSE, BCE and CTC.

It is just summed, but probably it is not best approach.

If I add one variable as a coefficient. Model will simply make it equal to zero.

I thought to do for something like (1-a)loss1 + aloss2, but these functions have different scales, so the model will simply choose loss with minimal scale.

At this point im out of ideas.

submitted by /u/hadaev
[link] [comments]