DiscriminativeNetwork.loss¶
- abstract DiscriminativeNetwork.loss(x, y, weights=None)[source]¶
Loss function used for optimization
- Parameters:
- Returns:
Loss w.r.t to the generated data points.
- Raises:
NotImplementedError – not implemented
Loss function used for optimization
Loss w.r.t to the generated data points.
NotImplementedError – not implemented