Zhanwen Chen

Results 12 issues of Zhanwen Chen

```python from pyswip import Prolog prolog = Prolog() list(prolog.query('Customer = customer{age: 26, name: jodie}')) ``` The output is ``` [{'Customer': 'dict(customer, jodie, name, 26, age)'}] ``` This behavior does not...

What's the difference between roi_fmaps and roi_fmaps_obj?

## ❓ Questions and Help Hi Kaihua and the SGG community, I noticed that in the codebase (https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/master/tools/relation_train_net.py#L134), the training logic goes by a single pass through the train loader...

When I tried to run OIE on a new sentence, I got `ValueError: y_true takes value in {} and pos_label is not specified: either make y_true take value in {0,...

The old deepcoda link is dead. The official LLaMA2 HF repo is working: https://huggingface.co/meta-llama/Llama-2-13b-hf/tree/main?clone=true

Fyi, I was able to install this by downgrading Node from v18 to v16. This is the node-gyp error from installing this with Node v18 LTS: ``` npm i https://github.com/steelbrain/linter-ui-default.git...

Bootstrap and MathJax are blocked by browsers because they are not over HTTPS.

Update node-pty-prebuilt-multiarch from 0.9.0 to 0.10.1-pre.5. According to [their author's comment](https://github.com/oznu/node-pty-prebuilt-multiarch/issues/17#issuecomment-1105934956), 0.10.1-pre.5 supports Electron 11.4.7 on which Atom 1.63.1 is based. Not sure if this works yet. Not sure if...

NOTE that apply_nms is replaced with the torchvision nms function. This is incomplete because nms doesn't come with the pre- and post-top_k filtering in the original apply_nms. The eval_predcls constrained...