Maxhyl

Results 7 issues of Maxhyl

你好,我下载了您的源文件来运行,但是进行训练的时候报错(train_nlu),请问这个怎么解决 ![QQ图片20190402145623](https://user-images.githubusercontent.com/49184062/55382157-84cc2d80-5557-11e9-9273-5c9ed719003a.png)

检测完单元格后,对单元格的内容进行识别,会把表格的边框当成是文字进行识别,想问下这个问题怎么解决

### Description [INFO] bmtrain_mgpu.sh: hostfile configfile model_name exp_name exp_version bmtrain_mgpu.sh: line 35: ifconfig: command not found /home/edcuser/.conda/envs/pytorch_cuda117/lib/python3.10/site-packages/torch/distributed/launch.py:181: FutureWarning: The module torch.distributed.launch is deprecated and will be removed in future. Use...

question

### ❓ The question 我下载好了v1_6数据集,运行python scripts/prepare_tulu_data.py ./v1_6/train --tokenizer="./tokenizers/allenai_eleuther-ai-gpt-neox-20b-pii-special.json" 报错 CRITICAL [olmo.util:156, rank=0] Uncaught InvalidConfigName: Bad characters from black list ':/\|?*' found in './v1_6/train'. They could create issues when creating a...

type/question

环境:8*A100 python 3.10 torch2.2.1 cuda12.1 根据readme生成了数据集,,运行bash finetune.sh后报错如下: warnings.warn( Traceback (most recent call last): File "/home/edcuser/models/Qwen/Qwen1.5/examples/sft/finetune.py", line 385, in train() File "/home/edcuser/models/Qwen/Qwen1.5/examples/sft/finetune.py", line 376, in train Traceback (most recent call last):...

环境: python310 torch 2.2.1 cuda 12.3 运行代码: from VisCPM import VisCPMPaint painter = VisCPMPaint('./models/VisCPM-Paint', image_safety_checker=True, prompt_safety_checker=True, add_ranker=True) # 默认对输入的文本和输出的图片进行安全检查,默认开启重排序 image = painter.generate('人闲桂花落,月静春山空') # 对应上图第一行第二张图片 image.save('./test.png') 报错如下: Traceback (most recent call...

环境: ubuntu gcc 11.2.0 cuda 12.4 python 3.11 torch 2.4.1 cmake 3.31.4 按照文档说明操作,最后运行bash install.sh时报错 raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--verbose', '--parallel=52']' returned non-zero exit status 2. [end...