-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
add iluvatar bert case. #56
Conversation
根据厂商适配的文档,应提供readme文件,说明在BI-V100上的已经获得的运行数据。其他配置的运行数据,可以等资源到位后补充上。 |
run_bert_1X8_iluvatar.zip |
@@ -144,6 +144,7 @@ def activate(base_config, | |||
|
|||
parsed_params = parse_from_args_and_config(params, cmd_args, ext_config, | |||
enable_extern_config) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
@@ -0,0 +1,81 @@ | |||
from torch import nn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config 下面不该出现模型结构相关的代码哈,layers/attention.py 路径位置不对
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如未使用,请删除iluvatar/bert-pytorch/config/layers相关文件 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请restore此文件,或者修正后面的空行
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请restore或修正空行
该文件夹删除后运行会报错,应该不能删除。 |
iluvatar_bert.zip