Giter Club home page Giter Club logo

ccks-ee-subject's People

Contributors

hy-struggle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ccks-ee-subject's Issues

mutil_pointer 部分 缺少文件 `ensemble.py`

您好,非常感谢你的分享,我最近在学习这方面的东西,这个项目无论是思路还是代码都给了我很大帮助,我打算复现你的项目。
在复现mutil_pointer 部分的时候发现缺少你在README.md中提到的文件 "结果融合:python ensemble.py"。希望可以补充这个文件。

另外,我在执行 python train.py 的过程中发现,会报错TypeError: forward() got an unexpected keyword argument 'output_all_encoded_layers' , 需将 model_NEZHA.py 文件中 类NEZHAModel 中的 output_hidden_states 修改为output_all_encoded_layers

ee_joint_pointer/model.py 部分复现时出现一些问题

博主你好!
我在复现你的代码时,出现一些问题。
我将其修改为一样的size后,发现跑出来的结果不太对。

其中一个错误是model部分的133行。
outputs = self.bert(
input_ids,
attention_mask=attention_mask,
token_type_ids=token_type_ids,
output_all_encoded_layers=True
) # sequence_output, pooled_output, (hidden_states), (attentions)
output_all_encoded_layers并没有被定义
我将其 注释掉后,又出现其他问题,后面全部修改完,结果不太对。最后发现还是这个地方出了问题。由于中间代码连接有点复杂,可否加个联系方式,请教一下。
我的QQ号是1394250507

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.