-
[#2449 ](https://github.com/threefoldtech/zos/pull/2449)
While this has been applied on devnet without a problem as seen in the verification steps, it's suspected to have broken qanet, also worthy …
-
(.venv) ub16c9@ub16c9-gpu:~/ub16_prj/QANet$ python config.py --mode train
Building model...
WARNING:tensorflow:From /home/ub16c9/ub16_prj/QANet/layers.py:52: calling reduce_mean (from tensorflow.pyt…
-
## 一言でいうと
質問回答のモデルを、CNN+Attentionのみで作成したという研究。これにより、学習/推論速度が向上し精度も高まった。入力ベクトルには単語以外に文字も使用し、畳み込みはCNN+Self Attention+全結合で行っている。また、データの水増しとして翻訳モデルを使用している(英語=>仏語=>英語に戻して水増し)
### 論文リンク
https://arx…
-
Ref: https://www.tensorflow.org/api_docs/python/tf/train/ExponentialMovingAverage
Having a class that expresses the concept of moving average is likely useful for many models. We can think about ho…
-
https://github.com/allenai/allennlp/blob/master/allennlp/tools/drop_eval.py gives 404
-
-
I use the TiTan x GPU, but the GPU memory is growing rapidly, and after 3 batches, it went out of memory.
I have check your code line by line, and I still don't konw what's wrong with it
-
### Description
Your profile page isn't responsive.
A clear description of the bug, including relevant identifiers like:
- **Twin ID**: 11223
### Steps to reproduce
1. Navigate to t…
-
Currently, we are indulgent by letting anyone access our grid resources (DevNet, QANet) if he knows how to access them.
This practice has resulted in uninvited access to our development resources, …
-
-Unify loss function with basic loss
-Create exponential moving average
-Create learning rate warm up scheduler