-
https://arxiv.org/pdf/2110.00476.pdf
-
I want using your code to generate poison sample of deit model, but i get the error about the feature size. can you help me?
The detail:
ingletarget_1000class_finetune_deit_base/experiment_0001_…
-
High level op: https://pytorch.org/docs/stable/generated/torch.nn.functional.scaled_dot_product_attention.html
- [ ] Add acc op for `torch.nn.functional.scaled_dot_product_attention`
- [ ] Implement …
-
Framework not specified. Using pt to export the model.
====Exporting IR=====
Loading checkpoint shards: 0%| | 0/7 [00:00
-
Hi, @lucidrains !
There was a promising research published this month (vs. RoPE-mixed (#25) in March), the so-called LieRE positional encodings generalize the kv-vector rotation to any numbers of d…
-
- https://arxiv.org/abs/2109.10282
- 2021
テキスト認識は、文書のデジタル化のための長年の研究課題である。
既存のテキスト認識アプローチは、通常、画像理解のためのCNNと、文字レベルのテキスト生成のためのRNNに基づいて構築されている。
さらに、全体的な精度を向上させるために、通常は後処理として別の言語モデルが必要となる。
本論文では、事前に学…
e4exp updated
3 years ago
-
Hi there,
Thank you for the great work!
I have some problem.
In the Google colab environment
```
!git clone https://github.com/FasterDecoding/Medusa.git
%cd Medusa
!pip install -e .
!pyth…
-
We are trying to apply this method on a **medical dataset**, and have about **70K images** (224 res) for **5 classes**. However, our training doesn't converge (we tried a range of learning rates e.g. …
-
- https://arxiv.org/abs/2106.09681
- 2021
自然言語処理での成功に続いて、トランスフォーマは最近、コンピュータビジョンに大きな期待が寄せられています。
変換器の基礎となる自己注意操作は、すべてのトークン、すなわち単語や画像パッチの間にグローバルな相互作用をもたらし、畳み込みの局所的な相互作用を超えて画像データを柔軟にモデル化することができる。
し…
e4exp updated
3 years ago
-
I gave Bumblebee a try today. The idea was to provide predictions on image captioning to classify an image so that a user can use/put pre-filled tags to easily filter his images.
It turns out that …