achaosss
achaosss
### 是否已存在现有反馈与解答? - [X] 我确认没有已有issue或discussion,且已阅读**常见问题**。 ### 错误描述 我往知识库上传了一份excel数据表,希望模型可以了解到一些知识,但是模型好像识别不到内容。  ### 复现操作 因为种种原因。 模型用的是讯飞大模型 local_embedding设置为 True 知识库功能好像用不了。 ### 错误日志 ```shell 2023-10-22 18:24:49,797 [INFO] [SentenceTransformer.py:105] Use pytorch device: cpu 2023-10-22 18:24:49,797 [INFO]...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[21], [line 4](vscode-notebook-cell:?execution_count=21&line=4) [1](vscode-notebook-cell:?execution_count=21&line=1) encoder = d2l.Seq2SeqEncoder(vocab_size=10, embed_size=8, num_hiddens=16, [2](vscode-notebook-cell:?execution_count=21&line=2) num_layers=2) [3](vscode-notebook-cell:?execution_count=21&line=3) encoder.eval() ----> [4](vscode-notebook-cell:?execution_count=21&line=4) decoder = Seq2SeqAttentionDecoder(vocab_size=10, embed_size=8, num_hiddens=16, [5](vscode-notebook-cell:?execution_count=21&line=5) num_layers=2)...