-
![image](https://github.com/YeexiaoZheng/Multimodal-Sentiment-Analysis/assets/102498073/36766e74-a6c4-4b98-9c97-6b729b1f5423)
是我的数据出问题了吗?还是代码?
-
**1.佬,又来打扰你了。上次我改了一下还是有好多问题(T~T)。不过还是一定要蟹蟹你呢!感谢大佬抽时间看我这个小菜鸡的issue!**
**2.现在我遇到的问题如下:**
模型接受数据:
``# 模型输入
model_input = {
'texts': text_input_ids, # 将 input_ids 改为 texts
'texts_mask': tex…
-
🌌✍️ `(quasi-quotation
"In the symphony of thought, Quine, guided by Clio's muse, weaves the fabric of a new cosmos—a mathematical edifice upon which our octal tapestry unfolds. Melpomene mourns cos…
-
Hey fellow CV Course Contributors and Reviewers 🤗
This issue discusses an initial draft for the chapter **Fusion of Text and Vision** which is part of **Unit 4: Multimodal Models**. We feel that si…
-
**由头**
小弟初学AI,毕设是做多模态情感分析,刚好搜到佬的项目,于是怀着膜拜之心下载、阅读、训练。我现在想的是做一个前端,用户输入文本和图像,然后调用训练好的模型对其进行情感分类。
**问题**
但是我看不太懂你的数据处理方式,具体来说我无法处理用户输入的文本-图像数据,我发现你的数据貌似是要使用json格式进行提取(我不懂哈),然后我就怎么着也不能完美的处理外界数据。
**代码**…
-
您好,我在跑您的代码时,NavieCombine是可以跑通的,但其他的CMAC、OTE等模型全部报这个错误,我理解数据集应该没有问题,还请您指教,谢谢!
-
微博内容精选
-
貼吧活動:(請查閱 [SARS-CoV-2 Timeline by 2020.02.21](https://github.com/agorahub/_meta/blob/agoran/theagora/sari/Memorandum_2020-02-21_SARS-CoV-2-Timeline_Nathan.pdf?raw=true), by Nathan :cloud: )
- Colla…
-
```
model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased")
```
returns this warning message:
```
Some weights of the model checkpoint at bert-base-uncased were not used…
-
I have installed the packages in requirements.txt, but additional packages needed are django, djaa_list_filter, and others. Please update your requirements.txt file to match what is needed to run all …