Cannot get MNIST database through Anaconda/jupyter

前端 未结 9 2574
情歌与酒
情歌与酒 2021-02-13 14:20

Hu guys,

I\'m new to python/anaconda/jupyter/numPy, panda, etc.... so please excuse me if it\'s a really stupid question. I\'m trying to obtain MNIST database by using a

9条回答
  •  南方客
    南方客 (楼主)
    2021-02-13 15:03

    How about you go to this link:

    https://anaconda.org/conda-forge/mnist

    Follow the instructions:

    1. Open Anaconda Prompt
    2. Type conda install -c conda-forge mnist
    3. Type conda install -c conda-forge/label/cf201901 mnist

    I had the same problem too, I followed these instructions and I don't have any errors again. Hope this is helpful. Sorry if this doesn't solve your problem.

提交回复
热议问题