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

errors on chapter of Implementation of Multilayer Perceptron from Scratch #94

Closed CaiyuZhang closed 5 years ago

suvaansh commented 5 years ago

You need to install opencv3 for this module. You can download from "https://opencv.org/" depending upon your operating system. Or you can comment this line (from .ssd_utils import *) in "~\Desktop\d2l-pytorch-master\d2l-pytorch-master\d2linit.py" for now. This is not required for the Implementation of Multilayer Perceptron from Scratch but is required for the Object detection notebooks.

CaiyuZhang commented 5 years ago

You need to install opencv3 for this module. You can download from "https://opencv.org/" depending upon your operating system. Or you can comment this line (from .ssd_utils import *) in "~\Desktop\d2l-pytorch-master\d2l-pytorch-master\d2linit.py" for now. This is not required for the Implementation of Multilayer Perceptron from Scratch but is required for the Object detection notebooks.

Thank u man!!!!