Hi,
I’m wondering if one can download a version of the pdf book with the examples using pytorch? Right now it is in numpy/mxnet. Although I can export individual jupyter notebook with pytorch, but the section and other type of labels are not be linked correctly.
Thanks!
Great question, @Chao_Wang. As currently we are still improving the content, we didn’t build pytorch version into pdf. However, you can use d2lbook build pdf
, see more details at https://book.d2l.ai/user/build.html and build the pdf through the Jenkinsfile order.
@goldpiggy, It seems like someone attempted this approach at https://github.com/d2l-ai/d2l-en/pull/1705, but it hasn’t produced a PyTorch version of the pdf.