Sebastian Raschka

Results 821 comments of Sebastian Raschka

Hi there, yeah, this script doesn't really parse code blocks with fenced code as of now. Indented code blocks may work though. In case you end up addressing this issue,...

Sorry about the confusing Readme file. I am still working on that repo (just created it an hour ago) and set up the Readme as a placeholder. I still have...

Thanks for your feedback @johnyf (regarding this and the other issues you recently opened). I am currently a bit too involved in other projects so that I probably can't get...

I am going to add this once the chapter has been published

You can try to downgrade torchtext to an older version. E.g., torchtext 0.9 should support `torchtext.legacy`. To downgrade it, you can run !pip install torchtext==0.9 in a Google Colab cell

Thanks for the note, Richard, and I agree, this is definitely frustrating. I was recently teaching a GAN tutorial and had similar issues. Downloading the dataset from the original website...

Have you checked that all the files are non 0 kb? If download=True it may try to overwrite existing files such that they become empty files. If I have the...

Sure, I understand; honestly impressive that you came up with this within a day or so. If you'd like some help, just ping me some time when you think it's...

I don't know about the `with fabric.device` but let me address the other two 1. `precision = "bf16-true"` 2. `fabric.init_module` with more explicit warnings and suggestions via a PR shortly.