Closed Avcu closed 6 years ago
Since to_categorical function always put the true labels into second column when used with 2 classes, an additional if statement can be added in case of usage of more than one unit at the last layer.
Closes #3
For an example code, kindly refer the link below https://colab.research.google.com/drive/1jeRnEJlqT82OT9Tibviq3JTo_8qOPnql#scrollTo=rErzh9evOiSY
@Avcu , thank you for submitting this PR!
Since to_categorical function always put the true labels into second column when used with 2 classes, an additional if statement can be added in case of usage of more than one unit at the last layer.
Closes #3