-
Hi everyone,
I followed the instructions in [here](https://detectron2.readthedocs.io/en/latest/tutorials/install.html) for the installation. Things went well. But then I tried running the [first de…
-
File "/home/zpf/anaconda3/envs/humannorm/lib/python3.8/site-packages/transformers/models/clip/modeling_clip.py", line 185, in forward
patch_embeds = self.patch_embedding(pixel_values.to(dtype=tar…
-
Hello authors,
Thank you for your paper! I am running into issues while trying to train a model on the SYNTHIA dataset. I am using the provided checkpoint pretrained on SYNTHIA. When I try to use `…
-
When I run the testing script by:
`python -m torch.distributed.launch --nproc_per_node=1 test.py --data_dir /path/to/mini_dataset/m--20180227--0000--6795937--GHS --krt_dir /path/to/mini_dataset/m--20…
-
## ❓ Questions and Help
I want to change the 'num_class' from 81 to 2 based on the pre-trained model. When I simply changed it in config file. I got the error info as followed:
---
Traceback (m…
-
当我执行detect.py时,出现如下错误。使用的是voc训练权重.。
`
Traceback (most recent call last):
File "detect.py", line 86, in
model.load_state_dict(torch.load("./checkpoint/model_1.pth",map_location=torch.devic…
-
All tasks are completed
- In Exercise 2, first question, try only returning only the required fields, because for big data, requesting unnecessary data can be very computationally expensive, so let…
-
## Describe the bug
jittor 1.3.7没有实现padding_idx
## Full Log
```
---------------------------------------------------------------------------
TypeError Traceback…
-
My command is `python qlora.py --model_name_or_path huggyllama/llama-7b` and After downloading the weights, the following error occurred:
`File "/home/chenxinquan/miniconda3/envs/pytorch2.0/lib/pytho…
-
### 📚 The doc issue
The [scaled_dot_product attention documentation](https://pytorch.org/docs/stable/generated/torch.nn.functional.scaled_dot_product_attention.html) mentions parameters H and Hq.
![…