-
1996 fantasies: [The World-Wide Web as a Super-Brain: from metaphor to model](https://web.archive.org/web/20160304113729/http://pespmc1.vub.ac.be/papers/WWW-Super-Brain.pdf) in: Cybernetics and System…
-
Can someone clarify how the nodes from level N are passed to the retrieval process at level N-1 when the `parent_ids` are set to `None` at the end of level N? It seems that if `parent_ids` are `None` …
-
**Problem**:
Polis currently sets k for k-means to 2-5 groups and chooses the best k using silhouette coefficient to determine opinion groups.
This was chosen for explainability and visualization b…
avivo updated
2 years ago
-
Putting this in a separate issue because I think it warrants some additional discussion that might be too much for https://github.com/materialsproject/matbench/issues/2.
@ardunn @CompRhys Might be …
-
In the [Model Zoo](https://github.com/facebookresearch/vissl/blob/main/MODEL_ZOO.md), an accuracy of 83.38 is reported. However, the experiment configuration is not shared in the json file. I try to r…
-
Hello,
I'm trying to upload a model generated with TFRanking (32Mb) to BigQuery which I saved like this:
```python
signatures = {
'serving_default':
make_keras_tft_serving_fn(
…
-
**datastore** is the place, where all the dead data is stored. the datastore might be distributed in a small space, behind a smaller abstraction, such as a single file on your filesystem, or it might …
sidnt updated
4 years ago
-
Hi there,
I'm using TFR-Bert on a 4 GPU system (4x A100-40GB-SXM4), rerunning some of the example code I wrote back in the summer:
http://cognitiveai.org/2020/09/08/using-tensorflow-ranking-ber…
-
First, I should mention that the code is working for the `Market1501` dataset properly.
I want to train the network on the RAP dataset. I have created a `rap.py` as to below. I tried to mimic the …
-
To test the generalization of the model trained on Stain3 (and tested on Stain2), I will now evaluate it on Stain4. Based on the results, further advancements will be made by training on plates of Sta…