-
Notifications
You must be signed in to change notification settings - Fork 69
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
KSL not running properly on docker #95
Comments
What is version of |
I downloaded the github version in February of this year, so I believe that is version 1.2.1. I did
|
Looking at the ksl.py file in the tar file at https://pypi.org/project/ttpy/#files, it is different from the one here on github. Notably, there's a |
Yes. Package git clone --recursive https://github.com/oseledets/ttpy.git
pip install ttpy or use docker image. |
The problem is that the version of ksl on github and docker is not working properly because it is changing the rank within the propagation. I think the problem is the line 65 with |
Thank you! |
After adding a random tt of rank 5+ as noise to a tt with rank 1 to reach a rank of 6+, when ksl propagates it on docker, the rank is 1 instead of maintaining the rank of the tt inputed to ksl.
For example, with the code:
The output with docker is:
Whereas the output with ttpy from github is:
The text was updated successfully, but these errors were encountered: