Giter VIP home page Giter VIP logo

d2l-en-colab's Introduction

d2l-en-colab's People

Contributors

d2l-bot avatar mli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

d2l-en-colab's Issues

Checkout fails on Windows, OSX tmp files

The repo seems to contain some OSX tmp files that hinder a checkout under Windows.

Error:

error: invalid path 'data/__MACOSX/snli_1.0/._Icon?'
fatal: unable to checkout working tree

Missing mxnet in text-preprocessing.ipynb

The module mxnet is not installed in text-preprocessing.ipynb, but d2l tries to import it.

Opening chapter_recurrent-neural-networks/text-preprocessing.ipynb in colab running the first real code block throws the following error:


ModuleNotFoundError Traceback (most recent call last)
in ()
1 import collections
----> 2 import d2l
3 import re
4
5 # Saved in the d2l package for later use

1 frames
/usr/local/lib/python3.6/dist-packages/d2l/d2l.py in ()
12 import math
13 from matplotlib import pyplot as plt
---> 14 from mxnet import autograd, context, gluon, image, init, np, npx
15 from mxnet.gluon import nn, rnn
16 import os

ModuleNotFoundError: No module named 'mxnet'
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.