Am I using the masking concept correctly to replace if-else for tensorflow?
So basically, I want to code this line of code but one that is acceptable by tensorflow’s modile.complie()
How to go about coding this custom loss function for tensorflow?
This project is for multi-label text classification. I’m trying to create a custom loss function. I’m still new to making a custom loss function, and I figure out that tensorflow uses a different format for it which means I cannot simply use basic python to code this custom loss function to be put in the modile.complie() later.