240 发简信
IP属地:广东
  • update Homebrew 太慢,更换Homebrew的更新源

    更新源的选择 默认官方的更新源都是存放在GitHub上的,这也是中国大陆用户访问缓慢的原因,一般来说我们会更倾向选择国内提供的更新源,在此推荐中国科大以及清华大学提供的更新源...

  • 120
    【机器学习】【图解】numpy.bincount函数详解

    前言 记录一下机器学习中遇到的numpy.bincount函数 以下代码是在原文档中摘抄的解释说明文字 1. 它大致说bin的数量比x中的最大值大1,每个bin给出了它的索引...

  • 120
    numpy.unravel_index()函数的用法

    numpy.unravel_index()函数的作用是获取一个/组int类型的索引值在一个多维数组中的位置。 官方文档: 举个例子: 我有一个ndarray数组A,A.sha...

  • IndexError: list index out of range - 报错原因分析

    在今晚练习Matplotlib读取CSV文件并绘图的过程中,出现错误: IndexError: list index out of range 百思不得其解,通过百度相关答案...

  • 120
    tkinter.TclError: couldn't recognize data in image file - 报错原因分析

    今天在进行Python Tkinter模块练习时,出现错误: tkinter.TclError: couldn't recognize data in image file ...