Skip to content
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

remove unnecessary output network of KO #9

Open
jamesjcai opened this issue Nov 28, 2021 · 1 comment
Open

remove unnecessary output network of KO #9

jamesjcai opened this issue Nov 28, 2021 · 1 comment

Comments

@jamesjcai
Copy link
Member

outputList$tensorNetworks$KO <- Matrix(KO)
Is this necessary? Matrix(KO) and Matrix(WT) only differ by one row, but will take same amount of disk/memory space.

@dosorio
Copy link
Member

dosorio commented Nov 29, 2021

Yes, it can be removed. The final matrix is smaller than 200 MB in general because it is encoded as an sparse matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants