-
There is no pose clustering code, and missing some re-id test code?
-
First of all we need to distinguish between a TorchScript model and a Torch model that uses the C++ API. So I would suggest renaming the class `TorchModel` to `TorchScriptModel` and keep the name `Tor…
-
Thanks you for your amazing work.
Is there any chance that the dataset would be updated, like mentioned in the [AlphaCode 2 report](https://storage.googleapis.com/deepmind-media/AlphaCode2/AlphaCod…
-
PyCon/PyData Berlin 2019 Talk Proposal
=========================
**Title:** Gimme Shelter: Using Python to Find an Apartment in Toronto
**Duration:** 30 min
**Language:** English
**Level:** Beg…
-
A note from us at Google DeepMind:
We have now tested accuracy on V100 and there are serious issues with the output (looks like random noise). Users have reported similar issues with RTX 2060S and …
-
[An Unsupervised Aspect-Sentiment Model for Online Reviews](https://aclanthology.org/N10-1122.pdf)
### Main problem
The primary purpose of this paper is to detect aspects and find out the sentimen…
-
Hi all,
as I delved further into the topic of recommender systems, the question came up of what the difference is between the two-tower model used here "https://www.tensorflow.org/recommenders/exampl…
-
There seems to be some hard limit on the event source that this runtime will process.
I am providing a large event source, a json stucture with one field containing an array of 20,000 observations…
-
# Cross-Encoders as reranking
## WHAT
Reranking retrieved list of candidates from Weaviate based on cross-encoder model scores
## WHY
Because combining cross-encoders with bi-encoders can impr…
-
## Context: the new `global_dtype` fixture and `SKLEARN_RUN_FLOAT32_TESTS` environment variable
Introduction of low-level computational routines for 32bit motivated an extension of tests to run the…