-
Just this it might be better. (From d2l.ai).
In papers this format is more used.
-
As it can be seen in the CI logs (http://ci.d2l.ai/blue/organizations/jenkins/d2l-tr/detail/PR-56/4/pipeline/), the pytorch notebook fails while the mxnet notebook is run without any issue.
It loo…
-
Currently, PR-63 (Fixing more typos) builds fail only for tensorflow notebook. I could not figure out the reason. @AnirudhDagar , I would be glad if you could take a look.
-
[19:58:06] src/engine/threaded_engine_perdevice.cc:101: Ignore CUDA Error [19:58:06] /home/ubuntu/mxnet-distro/mxnet-build/3rdparty/mshadow/mshadow/./tensor_gpu-inl.h:35: Check failed: e == cudaSucces…
-
**Before raising an issue**
Yes
**Describe the bug**
Run test fails with the following error
Traceback (most recent call last): File ".obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py", lin…
-
Greetings.
I want to fit this code with my personal dataset. Not the IMDB ones. The `load_data_imdb()` returns 3 parameters.
To fit my dataset in, I've to set the 3 parameters right? But what val…
-
When installing d2lbook in a completely new environment with sphinx not cached by previous pip installations, the following error is raised:
```bash
Collecting mxtheme>=0.3.16
Downloading mxthe…
-
I was running https://classic.d2l.ai/chapter_natural-language-processing/sentiment-analysis.html#padding-to-the-same-length
```
num_steps = 15
train_features = nd.array([d2l.trim_pad(vocab[line], …
-
Example:
https://d2l.ai/chapter_linear-networks/linear-regression.html#basic-elements-of-linear-regression
- Take jupyter notebook code from a workshop, port it to our website like documentation
-
In [vol 1](https://probml.github.io/pml-book/book1.html) of my book, I use several notebooks taken from the book [Dive Into Deep Learning](http://d2l.ai/). These are written in pytorch and stored at …