GenerativeNetwork.train¶
- abstract GenerativeNetwork.train(quantum_instance=None, shots=None)[स्रोत]¶
Perform one training step w.r.t to the generator's parameters
- मापदण्ड:
quantum_instance (QuantumInstance) -- used to run generator network. Ignored for a classical network.
shots (int) -- Number of shots for hardware or qasm execution. Ignored for classical network
- प्रदत्त :
generator loss and updated parameters.
- प्रदत्त प्रकार :
- उभारता है :
NotImplementedError -- not implemented