Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow None in Keras loss multitask loss (#179)
When training multi output models Keras allows to use `loss=None` for some branches. Adapt typings to support this.
- Loading branch information