-
Notifications
You must be signed in to change notification settings - Fork 540
Open
Labels
missing feature/sAn issue about missing features in the library.An issue about missing features in the library.
Description
Background and Feature Description
It is not possible to train a model with several outputs. This is a problem for Actor-Critic models for instance.
This is a serious limitation of Tensorflow.NET for the time being.
API Definition and Usage
IModel.compile(IOptimizer, ILossFunc[], IMetricFunc[])Alternatives
No response
Risks
This does not seem to be very complex to add this feature. Most of the code already exists to handle multi-output.
One should compute the loss for each output and sum-reduce the losses to get the final loss.
Metadata
Metadata
Assignees
Labels
missing feature/sAn issue about missing features in the library.An issue about missing features in the library.