自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 请教下python关于word表格写入Excel的问题

现在我用python把word表格中的数据通过for循环从第二行开始提取出来了,还有很多空行没处理掉for table in d.tables: for row in table.rows[2:]: for cell in row.cells: return(cell.text)请问谁知道如何处理掉空行吗?最关键的是如何把这个word表格的数据写入...

2018-06-23 22:05:55 1017

原创 Zero-based learning TensorFlow 3

Be sure to learn linear algebra, calculus and general statistics wellYou can start the mnist handwriting recognition programBut each line of code cannot be explained clearly, and it is not known wheth...

2018-06-02 17:02:02 118

原创 Zero-based learning TensorFlow 2

    Today I study in the github according to official document.    But there are a lot of problems.The most seriousproblem is that the download speed is too slow.   Finally,the problemis solved by mod...

2018-05-23 10:17:26 119

原创 Zero-based learning TensorFlow 1

     It took one night,meeting a coupleof big holes.    The most serious problem is version mismatch.    I'm following the Googgle document,installing in theAnaconda, and I strongly recommend upgradin...

2018-05-23 10:16:24 136

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除