-
Notifications
You must be signed in to change notification settings - Fork 359
orthogonalization for tensors #800
Comments
Let's maybe meet sometime and write out all the initialization methods we want? |
Hi @alewis, I am new to open source and since this is a good first issue, I would like to contribute. Please let me know the details and relevance of this issue |
Maybe you guys can work together? Basically an initializer must be added so that when a tensor is contracted about a given pivot index, the result is orthogonal. That is, the initializer should create a random tensor, construct its QR decomposition with a given pivot argument, and then return the Q factor. |
@alewis do the changes need to be done here https://github.com/google/TensorNetwork/blob/master/tensornetwork/linalg/initialization.py |
#931 Please review my PR |
@alewis could you please review my PR.I need it as a part of MSR recruiting |
also please give me an intuitive explanation for doing such an initialization |
Initialization of orthogonal tensors with respect to a pivot
The text was updated successfully, but these errors were encountered: