Open dengqiqi123 opened 1 month ago
python3.8.19 numpy 1.23.0 bert4torch 0.5.1 builtins.ValueError: could not broadcast input array from shape (2,13) into shape (2,) 降低numpy版本还是不行
要看你的输入是什么,如果你是代码中指定的类型,应该不会报错,如需要进一步的排查,需要看下你的源代码
使用的你task_sentiment_classification.py这个代码,输入是 列表
看你的输入,感觉你是sequence_padding(tokenizer.encode(text, maxlen=maxlen)), 以下是我的inputs
sequence_padding(tokenizer.encode(text, maxlen=maxlen))
python3.8.19 numpy 1.23.0 bert4torch 0.5.1 builtins.ValueError: could not broadcast input array from shape (2,13) into shape (2,) 降低numpy版本还是不行