Yanshuang
Yanshuang
Line 71 in `/mmocr/models/textrecog/encoders/satrn_encoder.py`: ```python feat += self.position_enc(feat) ``` I noticed that the `Add` operation between `feat` and `position_enc` vecter has been executed in `forward()` func of Class `Adaptive2DPositionalEncoding`(see line...
Hello, when i train the model with my own dataset, i found the statement: `dropout = tf.layers.dropout(pool, rate=drop_rate)` in model.py may be have problem. The operation: **tf.layers.dropout()** in TensorFlow's document...
你好,偶然间发现您这个仓库,但paper链接没办法下载pdf,作者可以发我一个pdf文件吗?email: [email protected],谢谢!
### Motivation 进行AWQ量化时,能否添加可选参数,支持用户传入自己的calibration data? ### Related resources _No response_ ### Additional context _No response_
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [X] 2. The bug has not been fixed in the latest version....
## cli command ```bash CUDA_VISIBLE_DEVICES=5 xtuner train internlm_chat_7b_qlora_colorist_e5.py ``` ## content of `internlm_chat_7b_qlora_colorist_e5.py` ```python # Copyright (c) OpenMMLab. All rights reserved. import torch from datasets import load_dataset from mmengine.dataset import...