Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issues with the book #2585

Open
tambetvali opened this issue Feb 19, 2024 · 0 comments
Open

Some issues with the book #2585

tambetvali opened this issue Feb 19, 2024 · 0 comments

Comments

@tambetvali
Copy link

Hello!

I take them all together in one post.

First, I would like an easier way to download interactive version of the book - why manuals and books these days cannot be downloaded just by one click? :P

Second, when I copy the code from the book, it will not keep indents - it's hard to copy from PDF. It should be structured differently to keep the spaces and empty lines of Python code.

Third, for some reason, if I download TensorFlow PDF, it still contains PyTorch code.

Fourth, in d2l pip download, there are not all @saved functions. I tried this (for example from page 143):

from d2l import torch as d2l
d2l.train_ch3
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'd2l.torch' has no attribute 'train_ch3'. Did you mean: 'train_ch13'?

Fifth, as I am often in place without internet connection, it would help me a lot if there was a way to pre-download all datasets used in a book, kind of like d2l, for example with one command, and then use those cached datasets. Maybe two commands "cache_datasets" and "use_cached_datasets".

I think I haven't ran into any more troubles with this book.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant