We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行 train_bert_encoder.py: Segmentation fault (core dumped) 根据提示信息使用gdb排查,显示错误信息如下: Program received signal SIGSEGV, Segmentation fault. 0x00007fff00000411 in ?? () Missing separate debuginfos, use: debuginfo-install glibc-2.17-222.el7.x86_64 libstdc++-4.8.5-44.el7.x86_64 libuuid-2.23.2-65.el7.x86_64 (gdb) where Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7ffffffff000: 当程序运行到nn.Module.init(self)提示如下错误,是我的环境配置不满足吗?请问您的gcc的版本是?或者还有其他注意项
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码运行报错
运行 train_bert_encoder.py:
Segmentation fault (core dumped)
根据提示信息使用gdb排查,显示错误信息如下:
Program received signal SIGSEGV, Segmentation fault.
0x00007fff00000411 in ?? ()
Missing separate debuginfos, use: debuginfo-install glibc-2.17-222.el7.x86_64 libstdc++-4.8.5-44.el7.x86_64 libuuid-2.23.2-65.el7.x86_64
(gdb) where
Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7ffffffff000:
当程序运行到nn.Module.init(self)提示如下错误,是我的环境配置不满足吗?请问您的gcc的版本是?或者还有其他注意项
The text was updated successfully, but these errors were encountered: