-
## 继续 V0.1.0 未完成部分
flow-vision 0.1.0 规划:https://github.com/Oneflow-Inc/OneTeam/issues/972
## V0.2.0 New Features
### Models
| Model | Manager | Priority | PR | 完成情况 |
|:---|:---|:---|:---|:---|
…
-
The source code uses Cait-Sith as a dependency for its threshold cryptography. Cait-Sith is a novel and non-standard threshold cryptography protocol. The security proof of Cait-Sith is performed in a …
-
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 …
-
We need to convert keras.io examples to work with Keras 3.
This involves two stages:
## Stage 1: tf.keras backwards compatibility check
Keras 3 is intended as a drop-in replacement for tf.ker…
-
- https://arxiv.org/abs/2106.13112
- 2021
視覚認識は、長年、畳み込みニューラルネットワーク(CNN)に支配されてきました。
最近では、Vision Transformers (ViTs)により、ImageNetの分類において自己注意ベースのモデルの大きな可能性が示されていますが、追加データがない場合、その性能は最新のSOTA CNNよりも劣ってい…
e4exp updated
3 years ago
-
**Persona 5 Royal negotiations only.**
If you want to contribute to the Persona 5 list, use the [other issue](https://github.com/joyce-chen/persona5-negotiation/issues/17).
If you want to make su…
-
Cool that these got added, but there's some issues.
-Occasionally, even when wearing Summoning skill over 500 (like 546) Blood Pacts that should be 6:20 show up as other durations (5:55 Dream Shroud …
-
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
-
```
var a = (tern)
? b
: c;
```
This code produces the warning: `Bad line breaking before '?'.`
The jshint flow control is:
First catch the "?" token and then pass it to the expression func…