-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor Chain Contraction Demo: REINFORCE and Brute Force #5
Comments
We should confirm the formulation of the tensor chain ... It makes me confused about the difference between the implementation of this demo and the order file @spicywei provided with me. ( In the order file, we can see the tensor contraction between tensors that are not adjacent, while only the adjacent tensors are contracted in this demo......) |
We currently address the optimal contraction order solution for tensor networks in the form of tensor-train, where contraction is performed only between adjacent tensors, and we will subsequently implement large-scale complex networks. @XiaoYangLiu-FinRL @ZhangAIPI @shixun404 |
okok !!! It means that I make some mistakes in my implementations...I will fix it... |
@spicywei Would you please test the tensor train demo for cases with 6, 8, and 10 tensors? |
@shixun404 Okay! ! I will test it on a tensor train containing 6, 8, and 10 as soon as possible! |
@Yonv1943 Thank Jiahao for his dedicated efforts in creating the parallel setup for or_gym. This REINFORCE demo for the tensor train task may be beneficial for your development. |
I can download the "01032023_classical_simulation.pptx" |
We have developed a training demo that utilizes REINFORCE and a brute force baseline to find the best contraction order for a tensor chain. We welcome any suggestions or feedback on this demo and environment!
Update Jan 10, 2023, Extend the environment design from tensor train to tensor networks.
@spicywei Wei, @Yonv1943 Jiahao, and Shixun extend the formulation of the tensor train environment to the tensor network.
classical_simulation_01102023.pptx
Update Jan 09, 2023
Update Jan 06, 2023
The text was updated successfully, but these errors were encountered: