d2l-java icon indicating copy to clipboard operation
d2l-java copied to clipboard

The Java implementation of Dive into Deep Learning (D2L.ai)

Results 7 d2l-java issues
Sort by recently updated
recently updated
newest added

Windows 10 Python 3.7 Java 11.0.14 Gradle 4.8.1 When input command " gradlew installKernel " in cmd, I got error as > > 0% CONFIGURING [5s] > Failed to execute:...

Description There seems to be a bug on the code for these sections which don’t allow me to replicate the results of the loss on the D2L Python book by...

Error msg: ``` [NbConvertApp] Converting notebook chapter_convolutional-neural-networks/lenet.ipynb to html Nov 16, 2020 7:31:39 PM io.github.spencerpark.jupyter.channels.Loop start INFO: Loop starting... Nov 16, 2020 7:31:39 PM io.github.spencerpark.jupyter.channels.Loop start INFO: Loop started. Nov...

TwoSigma release a JVM collection of notebooks: https://github.com/twosigma/beakerx breakerx offers a rich JVM language based kernel and also plotting utils that can use along.

enhancement

The result plot on the graph are not converging

Add explicitly addPickDim(y) to follow the change of NDArray.get

This is a section in the appendix of the original d2l book but doesn't seem present here. There are three references to it, but no definition, and the book mentions...