CLeaf_873981784
CLeaf_873981784
where are metrics calculated? in which python file
In official patchcore work, the performance is Patchcore(99.1,98.1). But your work get (98.0,98.0),which is lower than official. Why is that ? Is there any problem about the score calculation?
has anyone fixed it?
has anyone fixed it?
is the .avi video format supported?
also waiting for finetune scripts for v1-5 model
> I suspect a problem with device_map='auto', are you now running this model distributed across multiple GPUs? yes
any solution?
do_sample=False 不然有随机性
> Below is an example of running `AIDC-AI/Ovis1.5-Llama3-8B` on two GPUs: > > ```python > import torch > from PIL import Image > from transformers import AutoModelForCausalLM > > device_map...