Aojie Zhou

Results 23 issues of Aojie Zhou

![image](https://user-images.githubusercontent.com/94913283/187027007-3d57e2a5-86b3-41ba-8dff-0bc7066ce3d2.png)

![image](https://github.com/favourhong/Awesome-Marp/assets/94913283/a163c943-2146-473d-95e1-db6c521785f1)

question

![image](https://github.com/fredzzhang/pvic/assets/94913283/530adefa-9979-4ec8-a2cc-701efbc3bd0c) Like this. I try to motify the code in the repository but fail.

example: 图 1.1 I want to change it to 图 1-1

![image](https://github.com/Achuan-2/pandoc_word_template/assets/94913283/d21463c9-ced8-4f3c-80b2-7dffc39f59bd) 字体默认为此,且无法更改成Time news Roman

discussion

```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...