Weikang Qiu

Results 31 issues of Weikang Qiu

I install by ``` pip install jsonnet ``` successfully. But when I type jsonnet, it still says ``` jsonnet: command not found ``` So where is the executable installed?

when the cuda devices are invisible, my program runs well. but when the cuda devices are available, it reports the error ```python Traceback (most recent call last): File "/home/boltzmachine/THG/train.py", line...

bug

跑ontonotes的时候说要一个clip的数据,但preprocess.py中好像只有msra的clip, ``` FileNotFoundError: /home/qiuweikang/data/corpus/sequence_labelling/chinese_ner/OntoNote4NER/train.char.bmes_clip is not a valid file path. ``` 如果让train_split参数为False,就会出现错误 ``` IndexError: list index out of range ```

### 🐛 Describe the bug command ``` tango info ``` got warning ``` WARNING /gpfs/gibbs/project/ying_rex/wq44/conda_envs/hypergen/lib/python3.10/site-packages/google/rpc/__init__.py:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`. Implementing implicit namespace packages (as specified in PEP 420) is...

bug

For example, ```python @Step.register("share") class Share(Step): CACHEABLE = False def run(self): ... @Step.register("a") class StepA(Step): def run(self, foo): ... @Step.register("b") class StepB(Step): def run(self, foo): ... ``` And the config...

### 🐛 Describe the bug Here is the minimal example to reproduce └── test ├── __init__.py ├── main.py └── test.jsonnet In `main.py` ```python import torch from tango import Step import...

bug

Is there a way to save the whole scene into obj & mtl files?

Under the default settings, one epoch cost 700+h on one Tesla V100, which makes training impossible. I found the retriever will select top 5000 docs and tokenize them, which takes...

Traceback (most recent call last): File "run_finetune.py", line 305, in main(args) File "run_finetune.py", line 127, in main openqa = get_openqa(args, config) File "/home/chuanqi.tcq/qwk/pytorch-realm-orqa/model.py", line 99, in get_openqa retriever = RealmRetriever.from_pretrained(args.checkpoint_pretrained_name)...