DiscriminativeNetwork.loss¶
- abstract DiscriminativeNetwork.loss(x, y, weights=None)[source]¶
Loss function used for optimization
- প্যারামিটার:
- রিটার্নস:
Loss w.r.t to the generated data points.
- রেইজেস:
NotImplementedError -- not implemented
Loss function used for optimization
Loss w.r.t to the generated data points.
NotImplementedError -- not implemented