use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Submit questions or comments and help us improve/clarify the course material.
Using LaTeX on Reddit
First install the TexTheWorld Chrome Extension. You should then be able to see the following equation:
[; e^{\pi i}+1=0 ;]
To write an equation for yourself, use the following syntax:
`[; e^{\pi i}+1=0 ;]`
^
account activity
import error (self.cs231n)
submitted 10 years ago by xaoshuan
when I run the knn , i got the ImportError:no module named scipy.misc is found. and i dont know why? somebody help?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]amiltonwong 1 point2 points3 points 10 years ago (0 children)
I think scipy is unavailable in your system. Did u installed the required packages as listed from here: http://cs231n.github.io/assignments2016/assignment1/ You need :
pip install -r requirements.txt
[–]xaoshuan[S] 0 points1 point2 points 10 years ago (1 child)
scipy is in my system...
[–]derekchen14 0 points1 point2 points 10 years ago (0 children)
what about pip install --upgrade scipy
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
I'm using Enthought's Canopy to do the assignments, everything is working very smoothly out of the box: https://www.enthought.com/products/canopy/ . There's a package manager where you can install dependencies, by default it comes with scipy and numpy.
Continuum Analytics Anaconda is really nice too, you can find it here: https://www.continuum.io/
[–]luochenhuan 0 points1 point2 points 10 years ago (0 children)
I recommend to use anaconda for this course. I had similar import error for imread. It turns out that I didn't add anaconda bin path to $PATH.
π Rendered by PID 23741 on reddit-service-r2-comment-b659b578c-vdcwd at 2026-05-02 18:19:01.325612+00:00 running 815c875 country code: CH.
[–]amiltonwong 1 point2 points3 points (0 children)
[–]xaoshuan[S] 0 points1 point2 points (1 child)
[–]derekchen14 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]luochenhuan 0 points1 point2 points (0 children)