alibaba / alibaba/EasyTransfer
知识蒸馏
Open
- Dominant language
- Python
- Stars
- 861
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
在对搜索到的模型进行finetune并预测时,出现错误如下:
TypeError: Input 'y' of 'Mul' Op has type float32 that does not match type int64 of argument 'x'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported error during model fine-tuning and prediction, then trace the input types at the failing multiplication operation. Check which values are float32 and which are int64, and confirm completion when the reported TypeError no longer occurs in both workflows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100