-
What would changing the example for implicit bias from 'police chief' to 'nurse' do to the conclusion reached? It leads to a different, and perhaps more illuminating set of thoughts.
Raise your hand…
-
In your dataset, if variable _implicit_ is larger, does it mean more pro-white biases or less?
by this post (https://implicit.harvard.edu/implicit/blog.html), you say "lighter blues indicate less p…
gj330 updated
2 years ago
-
### 🚀 The feature, motivation and pitch
Very large depth-wise convolution can significantly boost the performance, especially on the downstream tasks. The next-generation models like ConvNeXt and Rep…
-
Hello,
I was able to succesfully run SeqTagger on our local workstation using your Docker image: However, I am encountering an issue when using a Singularity SIF built from the same container on ou…
-
I trained some AI models (Conv->LSTM->Dense)on a linux server using the tensorflow:2.15 docker image. After training, I save the history like this:
```python
history = model.fit(...)
with open(hist…
-
很棒的工作!!!
但是有一个问题我有点疑惑,我发现在train_llava15.py文件中vision_tower似乎是带有梯度的,这样训练出来的模型视觉模块的参数应该是训练过的,但是在我下载的huggingface上rlaif-v 7b的参数到本地后运行chat.py文件会报以下的警告,似乎是视觉模块的参数没有被加载进来,并且还需要再从huggingface上下载clip-vit的参数:
…
-
建堯博士您好,關於在detect head的 fuse layer有試跑過一次有跳出問題,因此針對部分有重新實作了一次。
請您確認一下是否正確。
```
def fuse_conv_and_ia(conv, ia):
fusedconv = nn.Conv2d(conv.in_channels,
conv.out_channel…
ghost updated
2 years ago
-
After reparametrization of yolov7-tiny, more bboxes came out, and confidence boosted, any idea?
Before:
![cb7f4d6f-c83c0fea](https://user-images.githubusercontent.com/14168277/184276055-81a8f8b2-eb…
-
### Bug summary
From pre-trained multi-head model, `dp --pt change-bias` will give a model with much larger size. However, finetuen with `numb_steps: 0` will have no problem:
```
(base) [2201110432@w…
-
model.state_dict()['model.105.m.0.weight'].data[i, :, :, :] *= state_dict['model.105.im.0.implicit'].data[:, i, : :].squeeze()
KeyError: 'model.105.im.0.implicit'
This my code:
`# import
from …