Code Monkey home page Code Monkey logo

cs231n-cs131-qa's Introduction

CS231n/CS131问答

  • 这里收录了在完成CS231n和CS131作业过程中遇到的问题集
  • 新问题可以在issue中加或者提交pr
  • QQ群:780340688

Q1

  1. 描述
    No such file or directory: 'cs231n/datasets/cifar-10-batches-py\\data_batch_1'
  2. 原因
    • 下载的作业中没有cifar-10数据集(默认)
  3. 方法
    • Windows
      • 链接下载数据集(推荐迅雷下载)
      • 解压得到 cifar-10-batches-py文件夹
      • 将整个文件放到作业中的assignment1/cs231n/datasets/路径下
    • Linux
      • 进入assignment1/cs231n/datasets/路径下,在终端中运行以下代码
        # cd /your/path/to/assignment1/cs231n/datasets/
        wget http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz -O cifar-10-python.tar.gz
        tar -xzvf cifar-10-python.tar.gz
        rm cifar-10-python.tar.gz

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.