-
Hi Matt,
I have question about designing a simple pooling layer from some `GCNConv` layers.
I would like to create a supervised regression model. I have many number of graphs in the datasets, an…
-
env
win10
python3.6
bert-serving-client/server 1.9.9
tensorflow 1.13.1
and i got this:
usage: C:\Users\non-admin\.conda\envs\textsumm\Scripts\bert-serving-start -model_dir cased_L-12_H-768_A-1…
-
First, thank you so much for sentence-transformer.
How to get embedding vector when input is tokenized already?
i guess sentence-transformer can `.encode(original text)`.
But i want …
sogm1 updated
8 months ago
-
### Describe the bug
Hi !
**We have a multi-tenant db model. Each user has a different connection string.**
We have a base class that creates the connections and data accessors.
Something…
-
# Learning Transferable Visual Models From Natural Language Supervision
2021年2月,OpenAI把GPT上的经验搬到图像上来
Contrastive在于mini-batch中的例子图文(LI)两两形成的对比例子
最后在大量数据上,用数据和一段对称的伪代码(两组softmax)形成的Pre-trained模型。
…
-
### Project name
Graph TicTacToe mobile app
### Description
Tomi and Marcin presents: Graph TicTacToe !
![hacktogether](https://user-images.githubusercontent.com/2223355/225386649-c0b05bc8-5b78-…
-
Thanks for sharing your code! And the YAML file I used is as follows.
```bash
name: xib
comment: default config
tags:
- ${dataset.name}
model:
name: xib.models.relational_network.build_re…
-
Hi! Many thanks to your wonderful codes. I separately move the lib of roi pooling part to some of my own projects and it runs correctly after compiling. However, when I ran my code equipped with this …
-
I have millions of graph data that cannot be labeled by human efforts. I need it to be classified by unsupervised technique, not semi and not the node level. Is it possible?
-
Thanks for this amazing crate, it's been instrumental to candle. We've recently added a feature to use the cudnn conv2d which sped things up a lot compared to our handcrafted kernel, and would like to…