Hari Teja Tatavarti
Hari Teja Tatavarti
Hello, I am trying to run distributed shampoo implemented in lingvo. I have the compatible tensorflow version with lignvo. ``` Python 3.8.12 | packaged by conda-forge | (default, Oct 12...
I am tying to pip install lingvo==0.9.0. Although I have tensorflow-gpu 2.6, it downloads cpu tensorflow 2.5 which breaks rest of my dependencies. Is there a way to rectify this?...
SPMN
@alejandromolinaml I have implemented structure learning algorithm for Sum-Product-Max Networks. Here is a link to the paper that describes the algorithm. [Sum-Product-Max Networks for Tractable Decision Making](https://www.ijcai.org/Proceedings/16/Papers/264.pdf) Below is a...
### This PR addresses the issue #285 While applying gradients with distributed shampoo, it fails with the error `"TypeError: Variable is unhashable. Instead, use variable.ref() as the key"`. This is...