-
I'm very glad to see recent cool updates in `gomi` 👍
BTW, do you have a plan to support distribution by Homebrew? Some macOS users (sure, including me) will get benefit. And also it's available by…
-
第8章p432の記述について質問です
DataLoaderによって各文章が[PAD]の追加によって256単語に統一されて取り出され、さらにBERTに入力される際にまた[PAD]が追加されて512単語として扱われるということが書かれていました
しかし、具体的にどこの処理で[PAD]が追加され、256から512にされているのかが分かりませんでした
ぜひ回答よろしくお願いします
-
第5章 p268におけるSelf-Attentionの説明で少し分からなかった箇所があったので、質問させてください
Self-Attention Mapを作成する際に、sizeがのからを計算すると、「その要素は画像位置iと画像位置jがどれくらい似ているかを示す」と書かれていました
正規化されているベクトルの内積であればがcos類似度に一致するため、腑に落ちるのですが、正規化されていない…
-
マウントポイントの違うところでも使いたいです。
invalid cross-device link
-
Hi!
I found that `np.savez` mistakenly deals with saving large npz when the data is a dict (specifically, mistakenly set the `force_zip64` flag), which results in the "File size unexpectedly exceeded…
-
-
Hi, Awesome work, thanks a lot !!
I live in Japan.
I set Japanese name(2-byte font) by 'friendly_name' each sensors/switch.
Could you plz support 'friendly_name' ?
k1asa updated
5 years ago
-
```java
/**
* 异步识别文字
* @param bitmap 图片路径
*/
private void idenWordsSync(final Bitmap bitmap) {
idenLoadingDialog = new ProgressDialog(ModifyNoteActivity.this);
…
-
## Problem Summary
Run `zplug update`. Then again. You'll get Unknown errors instead of Up-to-date.
## System Information
- `uname -a`
```
Linux fsociety 4.4.0-57-generic #78-Ubuntu SMP F…
-
Has anyone been able to successfully replicate the model from the paper? I've been training for about two weeks (over 240k iterations) using the published parameters, along with training an additional…