dsgiitr / d2l-pytorch

This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
Apache License 2.0
4.24k stars 1.24k forks source link

fix 6.8 notebook json format error #89

Closed ruijianw closed 5 years ago

ruijianw commented 5 years ago

Current json format is invalid, and cannot be loaded with ipython notebook. This PR will fix it.

review-notebook-app[bot] commented 5 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

AnirudhDagar commented 5 years ago

Thanks for the fix! 👍