Aojie Zhou
Aojie Zhou


 Like this. I try to motify the code in the repository but fail.
example: 图 1.1 I want to change it to 图 1-1
 字体默认为此,且无法更改成Time news Roman
```python from datasets import * def test(model, enc_input, start_symbol): # Starting Reference: http://nlp.seas.harvard.edu/2018/04/03/attention.html#greedy-decoding enc_outputs, enc_self_attns = model.Encoder(enc_input) dec_input = torch.zeros(1, tgt_len).type_as(enc_input.data) next_symbol = start_symbol for i in range(0, tgt_len): dec_input[0][i]...
How to use this method when I input multiple images.
``` (flashrag) (base) root@d9f0ae0008bf:~/siton-data-0553377b2d664236bad5b5d0ba8aa419/workspace/FlashRAG/examples/run_mm# python rum_mm_exp.py Index is empty!! Loading dataset from: /root/siton-data-0553377b2d664236bad5b5d0ba8aa419/workspace/FlashRAG/FlashRAG_Dataset/mmqa... Loading dev dataset from: /root/siton-data-0553377b2d664236bad5b5d0ba8aa419/workspace/FlashRAG/FlashRAG_Dataset/mmqa/dev.parquet... Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████| 5/5 [00:04
``` Finding newlines for mmindex: 0.00B [00:00, ?B/s] Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/root/siton-data-0553377b2d664236bad5b5d0ba8aa419/workspace/FlashRAG/flashrag/retriever/index_builder.py", line 415, in...