-
I've been thinking on and off about blog support and think it is ready to be tackled. I want to provide native blog support for Material for MkDocs, which can be used just as easily as the overall pro…
-
# Weekly GitHub Trending! (2021/11/01 ~ 2021/11/08)
## Python trending 6repo's
### [d2l-ai](https://github.com/d2l-ai) / [d2l-zh](https://github.com/d2l-ai/d2l-zh)
「ハンズオンディープラーニング」:中国語の読者向けで、操作とディスカッシ…
ivgtr updated
2 years ago
-
There's a small typo in the GAN diagram (img/gan.svg), where the "Discrimiator" is missing an "n":
Unfortunately, I don't have OmniGraffle/OS X to correct this and make a pull request myself.
-
在写《动手学深度学习》飞桨代码实现中,12.1章节涉及到静态图部分,发现使用to_static静态图后运算速度测试比动态图慢
代码见测试代码1。请问:
1 我这样的测试(测试代码1)是否有问题。是否还能提速让静态图快过动态图。
2 我看to_static之后还要再转为动态图tensor输出,是否这样的转换消耗导致耗时长?
或者应该怎样解释。
3 我用lenet比较,纯静态图…
-
Have you already considered to add a JAX based (could be Flax for NNs) implementation as an alternative to MXNet, Tensorflow and Pytorch?
sazio updated
2 years ago
-
Name changed? module 'd2l.torch' has no attribute 'predict_ch8'. (http://d2l.ai/chapter_recurrent-neural-networks/rnn-concise.html)
-
depuis le 19/02 22h... une idée ? je n'ai rien changé...
-
img = torchvision.transforms.ToTensor()(d2l.Image.open('../img/catdog.jpg'))
I've already installed !pip install d2l==0.17.0
While executing this line, I'm getting
FileNotFoundError: [Errno 2]…
-
In [Fig. 9.1.1](https://github.com/d2l-ai/d2l-en/blob/master/img/gru-1.svg) as well as some other diagrams in [9.1. GRU](https://d2l.ai/chapter_recurrent-modern/gru.html), `activation function` is mis…
-
The notebooks in this book do not have the feature to run on Google Colab. This feature will be very helpful for those who are just beginning with deep learning and will help us familiarize ourselves …