mindspore-lab / mindnlp

Easy-to-use and high-performance NLP and LLM framework based on MindSpore, compatible with models and datasets of 🤗Huggingface.
https://mindnlp.cqu.ai/
Apache License 2.0
616 stars 171 forks source link

model conditional_detr的报错 #1509

Closed CMJ7733 closed 1 month ago

CMJ7733 commented 1 month ago

报错.docx

Describe the bug/ 问题描述 (Mandatory / 必填) 问题一:hf_backbone的test一直显示我的config.backbone为none无法通过测试 我看别的模型好像直接把这个test删了不知道为啥 问题二:有个implement error不知道哪里出错了

To Reproduce / 重现步骤 (Mandatory / 必填) Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior / 预期结果 (Mandatory / 必填) 提供解决方案

Screenshots/ 日志 / 截图 (Mandatory / 必填) image image

Additional context / 备注 (Optional / 选填) Add any other context about the problem here.

lvyufeng commented 1 month ago

对比hf最新测试ut和代码再看看