Deyu Tian

Results 13 comments of Deyu Tian

> You can turn off the proxy server or add the --no-gradio-queue parameter. Try this #13003 and #9152 . this cannot help for me in windows 11, rtx 4070

```python def _get_exactly_k_negatives(self, query_node, negative_size): """ Generate EXACTLY negative_size samples for the query node """ if self.pointer == 0: random.shuffle(self.queue) masks = self.node2masks[query_node] negatives = [] max_try = 0 while...