You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have come across an issue where complex weights in network checkpoints are not being saved properly. Currently, only the real parts of the complex numbers are saved and the imaginary parts are discarded. This behavior was encountered when using the write_network_checkpoint method of the OutputManager class.
The text was updated successfully, but these errors were encountered:
If yes, psi.get_parameters() returns a list where the real and imaginary parts of the parameters are concatinated, i.e., you will get a list of real numbers also for complex-valued parameters. Can you check whether this is what happens?
I have come across an issue where complex weights in network checkpoints are not being saved properly. Currently, only the real parts of the complex numbers are saved and the imaginary parts are discarded. This behavior was encountered when using the
write_network_checkpoint
method of theOutputManager
class.The text was updated successfully, but these errors were encountered: