Pzzzzz

Results 8 issues of Pzzzzz

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm writing a app...

When interact with Chinese punctuation, it just cannot render porperly. example: ``` 123~~(abc)~~,~~(def)~~。 ``` 123~~(abc)~~,~~(def)~~。 which should be rendered in this way(test on typora) Also, GitHub can render it correctly...

markdown

here is my mtdata.recipes.wmt22-constrained.yaml config ```yaml - id: wmt22-zhen-t langs: zho-eng desc: WMT 22 General MT url: https://www.statmt.org/wmt22/translation-task.html dev: test: - Statmt-newstest_enzh-2021-eng-zho train: ``` when download the test set using...

之前发现低版本的yas会导致一些奇奇怪怪的问题,yas已经修复了,但是网页版的似乎还没更新。https://github.com/wormtql/yas/issues/61#issuecomment-1225499137

## Motivation Add InstanceSegMetric to MMEval pr in mmdetection3d: [openmmlab/mmdetection3d](https://github.com/open-mmlab/mmdetection3d/pull/2186) ## Modification + mmeval/metrics/instance_seg.py + mmeval/metrics/_vendor/scannet/README.md + mmeval/metrics/_vendor/scannet/__init__.py + mmeval/metrics/_vendor/scannet/evaluate_semantic_instance.py + mmeval/metrics/_vendor/scannet/util_3d.py + tests/test_metrics/test_instance_seg.py

Code: ``` #include "transformer_engine/fused_attn.h" #include "transformer_engine/transformer_engine.h" #include #include #include #include using namespace transformer_engine; void GetSelfFusedAttnForwardWorkspaceSizes( size_t batch_size, size_t max_seqlen, size_t num_heads, size_t head_dim, float scaling_factor, float dropout_probability, NVTE_Bias_Type bias_type, NVTE_Mask_Type...

For WMT14 model, it shares the vocab across the encoder and decoder. So it wouldn't trigger this error. However, for language pair which has large differences like zh-en, usually we...