-
### 路由地址
```routes
/zhihu/posts/:usertype/:id
```
### 完整路由地址
```fullroutes
/zhihu/posts/people/frederchen
```
### 相关文档
https://docs.rsshub.app/routes/social-media#zhi-hu-yong-hu-wen-zhang
### …
-
### Bug description
`all_gather` function somehow produces negative values.
Here is the code snippet I have in `on_train_epoch_end` function:
```
if torch.any(self.query_labels < 0):
…
-
When running the examples from the [colab](https://colab.research.google.com/github/salesforce/LAVIS/blob/main/examples/blip2_instructed_generation.ipynb), they work fine on GPU but I get the followin…
-
What are sequence-to-sequence language models and how are they related to transformer models?
-
In response to https://leanprover-community.github.io/archive/stream/208328-IMO-grand-challenge/topic/Current.20status.3F.html#320982506
@**Mario Carneiro** I think models like the [Toolformer](htt…
-
# Description
Hey there. This looks like an awesome project, but I'm struggling to get it working on Google Colab. I've tried to debug this a bit and install PaddlePaddle in different ways after th…
-
Visual question answering (VQA) example in README does not work, it crashes here:
```
model.predict_answers(samples={"image": image, "text_input": question}, inference_method="generate")
# ['sing…
-
Goal:
We want to provide an initial subset of control environments, which can be used during the development process. This includes environments from this [sheet](https://docs.google.com/spreadsheets…
-
# 【PaddlePaddle Hackathon 4】模型套件开源贡献任务合集
(此 ISSUE 为 PaddlePaddle Hackathon 第四期活动的任务 ISSUE,更多详见 [【PaddlePaddle Hackathon 第四期】任务总览](https://github.com/PaddlePaddle/Paddle/issues/50629))
注:开发请参考 [贡…
-
i managed to used my local gdrive as a directory for the dataset to train, prob missed on something but can't figuire it out
Reading package lists...
Building dependency tree...
Reading state inf…