How can I use different loss functions for images with different labels in tensorflow?
I have two types of images, meaning two different sets of possible labels. How can I use two different loss functions based on which image I am currently training on with a batch size of 1? Thanks !
Topic tensorflow python
Category Data Science