-
I encountered the following error when loading Valley2 7b with transformers
Code:
============================================================
”from transformers import AutoModelForCausalLM
mode…
-
Recently I've seen a lot of recommendations for using [ViT-L-14-BEST-smooth-GmP-ft](https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/blob/main/ViT-L-14-BEST-smooth-GmP-ft.safetensors) instead of clip_…
-
-
trl dpo AttributeError: 'generator' object has no attribute 'generate'
```
print('start training...')
if list(pathlib.Path(training_args.output_dir).glob("checkpoint-*")):
trainer.tr…
-
-
## CLIP
* [\[Blog\]](https://openai.com/blog/clip/)
* [\[Paper\]](https://arxiv.org/abs/2103.00020)
* [\[code\]](https://github.com/openai/CLIP)
* [\[Model Card\]](https://github.com/openai/CL…
-
作者你好,我之前看到一个,使用3.5的key,然后进行函数调用,可以实现,你任意发一张图片,然后可以识别,返回结果。请问作者知道这个不?
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: 174d01bc939c7bdf390113c75d5ec2ce84cfa1d2
Affected PyTorch commit: 329bb2a33e40f4bc76b2e061b180d3234984c91…
-
It is a nice job! However I have some problem when training my own dataset.
我在用自己的数据集做心脏分割,没有使用预训练模型,网络结构基本采用默认参数没有任何调整,只是把输入的image size改成了448*448。但是分割结果的边缘呈现阶梯锯齿状而不是平滑的边缘,训练集和预测集都有这样的问题。
想请教作者是…
-
![image](https://user-images.githubusercontent.com/34671700/108590135-ec363500-739c-11eb-94c8-8f24b0847697.png)
See the screenshot, the cifar-10 and cifar-100 are downloaded from Internet when I fir…