-
Should add pervasive FP16 support, not just calling tensor cores.
We've known about this for a while, but Facebook produced a number: 2.9x from FP16 https://arxiv.org/pdf/1806.00187.pdf
-
Hi all,
The reason I've been slow on convnet-benchmarks these days is because i've been working on the side on DeepMark.
I initially wrote _convnet-benchmarks_ to increase competition among framewor…
-
Pose a question about one of the following articles:
[“The Geometry of Culture: Analyzing the Meanings of Class through Word Embeddings.”](https://journals.sagepub.com/doi/full/10.1177/00031224198…
-
1 warning generated.
[607/607] Linking CXX executable src/pnnx
FAILED: src/pnnx
: && /Library/Developer/CommandLineTools/usr/bin/c++ -g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SD…
-
## 1.目标
当前飞桨在大力投入深度学习教育内容的建设,为了能够让用户快速掌握深度学习基础知识,我们进行深度学习百问的立项,快速传递深度学习相关知识的原理解读。
在此呼吁广大的飞桨开发者来一起共建我们的深度学习百问,努力为用户提供更加优质的知识点原理解释,为用户学会使用框架铺设一条高速公路。
## 2.深度学习百问清单
目前我们从已有内容和待补充方向进行了初步评估,梳理了以下建议的选…
-
Post a link for a "possibility" reading of your own on the topic of Deep Learning with Text [for week 5], accompanied by a 300-400 word reflection that: 1) briefly summarizes the article (e.g., as we …
lkcao updated
2 years ago
-
### What happened + What you expected to happen
As seen in the reproduction script, I tried to instantiate `PPOConfig `for an environment. When using the option `PPOConfig().environment("myenv_wrappe…
-
## 論文リンク
https://arxiv.org/abs/1906.07132
## 公開日(yyyy/mm/dd)
2019/07
## 概要
A -> B -> C というような multi-hop な論理的推論を必要とするデータセットで HotpotQA というものがあるが、そのデータにはそれなりの割合で、その段階的推論をスキップする shortcut があることを発見…
-
Hi Eduardo,
What are your plans for this code? It is described as unfinished and has not been updated lately.
I am interested in working on this, and even more interested in code for this subseq…
-
Training the RNN¶
with tf.Graph().as_default():
model = RNNModel()
input_ = train[0]
target = train[1]
with tf.Session() as sess:
init = tf.initialize_all_var…