Yegor Lukash

Results 6 comments of Yegor Lukash

When I wrote the issue, I used serialization in one thread. And I did not expect this kind of problem. But issue is not actual for me, because I do...

I need basic operations: 1. Multiplying matrices or elements of matrices 2. Growing matrices 3. Normalizing vectors

I am going to use only sparse matrices (sparse x sparse) and growing by two dimensions.

Any ideas how to save model for tf serving? Examples provide only python model saving and loading. But I do not want to use python for already trained model.

According to this answer https://stackoverflow.com/a/47982699/1579570 it is does not seem easy. May be better to use `SavedModel` inside?