Debajyoti Chatterjee

Results 6 comments of Debajyoti Chatterjee

looks like correction for m_t was not needed. as `(beta2_t * m+eps) is always >0`

* Eq 6 in the paper, shouldn't it be norm square? [code](https://github.com/theSage21/lorentz-embeddings/blob/master/lorentz.py#L51)

@teucer @BangLiu Did you guys solve the problem?

@tkanchin are the queries working? `curl -X POST http://localhost:9200/neo4j-index/Movie/_search -d '{ "query" : { "bool": { "should": [{"match": {"title": "love"}}] } }, "gas-filter" :{ "name": "SearchResultCypherFilter", "query": "MATCH (n:User)-[r:LIKES]->(m) WITH...

output of 'curl -X GET "localhost:9200/_cat/indices?v"' is `yellow open neo4j-index 5 1 0 0 795b 795b ` i don't think docs are getting built

> Ebitenui still uses Ebiten v2.5.0 by default, you may want to try updating it to v2.6.2, by doing Ah, this fixed it for me.