MayDomine

Results 12 comments of MayDomine

try to set the USE_CYTHON=True in setup.py

> 您好,请问我直接用您的en-de模型在toy数据形成的二进制文件上跑,出现以下错误是为什么呢?hydra.errors.ConfigCompositionException: Error merging override generation.print_alignment=False > 您好,请问我直接用您的en-de模型在toy数据形成的二进制文件上跑,出现以下错误是为什么呢?hydra.errors.ConfigCompositionException: Error merging override generation.print_alignment=False 你好,我也报了这个错,可以告诉我怎么解决么

> 您好,我也报了这个错,请问您最后是怎么解决的呢? 把你现在fairseq删掉,去git上找到最新的release,下载源码重装一下就好了,版本问题

时间太长,我已经忘了。。。 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2021年10月21日(周四) 中午11:02 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [linzehui/mRASP] en-de在toy上复现问题 (#17) 上面这个版本问题解决了,但是遇到了新的问题,请问我在预处理之后获得的mergerd_data为啥为空呢,我也没有找到对应的vocab.bpe.600;以至于预处理的数据不对,调用fairseq generate导致后面字典和数据维度对不上 vocab.bpe可能是在README中dataset小节中下载的,可是现在链接用不了 您好,我在dataset小节中找到了vocab.bep.32000,请问这个可以替代vocab.bep.600吗 — You are receiving this because you commented. Reply to...

我记得是要看一下处理日志,看日志哪一步做错了,应该在data目录下 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2021年10月21日(周四) 中午11:02 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [linzehui/mRASP] en-de在toy上复现问题 (#17) 上面这个版本问题解决了,但是遇到了新的问题,请问我在预处理之后获得的mergerd_data为啥为空呢,我也没有找到对应的vocab.bpe.600;以至于预处理的数据不对,调用fairseq generate导致后面字典和数据维度对不上 vocab.bpe可能是在README中dataset小节中下载的,可是现在链接用不了 您好,我在dataset小节中找到了vocab.bep.32000,请问这个可以替代vocab.bep.600吗 — You are receiving this because you commented. Reply to...

To ensure that the CUDA version used to compile your Torch C++ plugin matches the runtime version of your current CUDA Toolkit, you can use the following Python command: ```...

torch.version.cuda=11.7 and torch__version__=1.13.1+cu117 only means the cuda version used to compile torch is 11.7.You need to make sure that the CUDA Toolkit version matches the version used to compile torch....

please ensure that you have tried `pip install bmtrain --no-cache-dir`. > cuda version:11.3 torch version: 1.12.1 print(torch.version.cuda):11.3 print(torch.cuda.is_available()): True !python -c "import torch;print(torch.cuda.nccl.version())", can return (2, 10, 3) > >...

Check if your cpu can support AVX512. If not , try `export BUILD_DOCKER_ENV = 1` and it will let compiler add avx512 flag instead of using native option.