- 博客(12)
- 资源 (6)
- 收藏
- 关注
原创 tensorboard fetching sprite image
检查自己的image_path设置的是否正确,图片是否存在。因为自己图片路径设置问题,一直加载不出来,花了一上午时间才搞定
2019-11-10 11:07:21
368
原创 problems about my git learning
Failed to connect to github.com port 443没设代理#vim ~/.gitconfig[user] name = yuqingqing mail = qqyu@travelsky.com email = yuqingqing1991@163.com[http] proxy = http://xxx.xx.xx.xx:xxxx[https] pr...
2018-02-11 11:42:18
333
原创 np.linspace() np.logspace() np.arange() 区别
np.linspace() np.logspace() np.arange() 区别1. np.linspace() 生成(start,stop)区间指定元素个数num的list,均匀分布Signature: np.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None)D
2017-12-23 17:18:33
5434
原创 My route on python and MachineLearning
1. python IDE 搭建 anaconda | pyCharm,python 3.62. tensorflow 中文手册w3cSchool、tensorflow中文论坛3. matplotlib 哔哩哔哩 python数据分析-matplotlib:https://www.bilibili.com/video/av6989413/?from=search&seid=178945
2017-12-16 09:06:07
423
原创 终于运行成功tensorflow-mnist-tutorial的第一个程序mnist_1.0_softmax.py!
遇到的问题:AttributeError: module 'pandas' has no attribute 'computation'原因:pandas 版本(0.20.3),退回旧版本pandas(0.19.2)(下载地址:https://pypi.python.org/pypi/pandas/0.19.2/#downloads)
2017-12-14 23:27:44
779
原创 windows7下基于Anaconda安装TensorFlow
$ anaconda search -t conda tensorflowPackages: Name | Version | Package Types | Platforms | Builds ------------------------- | ------ | --------------- |
2017-12-08 13:27:20
870
原创 杭电2044--一只小蜜蜂...--(递推求解)斐波那契数列应用
题目:http://acm.hdu.edu.cn/showproblem.php?pid=2044蜜蜂在1格里,它可以往2、3两格里爬。蜜蜂在6格里,它可以往7、8格里爬。如果默认是从第一个开始走,所以n格的走法就是n-1格加上n-2格的走法,即f(n)=f(n-1)+f(n-2),即斐波那契数列。此题中所求为f(b-a)。代码如下:#includeint main(){
2013-03-19 21:25:52
1455
原创 Eclipse 配 tomcat 遇到的问题:tomcat启动不了原因端口被占用
eclipse、tomcat都装上了,配置完毕。就差启动了, 好不容易走到这一步了,结果出问题了,问题如下:十二月 26, 2012 9:21:21 上午 org.apache.catalina.core.AprLifecycleListener initINFO: The APR based Apache Tomcat Native library which allows optima
2012-12-26 09:26:46
2092
原创 杭电acm- 2401 Baskets of Gold Coins
Problem DescriptionYou are given N baskets of gold coins. The baskets are numbered from 1 to N. In all except one of the baskets, each gold coin weighs w grams. In the one exceptional basket, each g
2012-10-08 18:22:56
1086
4
原创 杭电acm-2201熊猫阿波的故事
Problem Description凡看过功夫熊猫这部电影的人都会对影片中那只憨憨的熊猫阿波留下相当深的印象,胖胖的熊猫阿波自从打败了凶狠强悍的雪豹泰龙以后,在和平谷的地位是越来越高,成为谷中第一的功夫大师。并因此他父亲经营的面馆的生意也越来越好,店里每天都会有许多慕名而来吃面和想拜阿波为师的人。一日,阿波收到了一张请柬,请柬里说在遥远的美国将召开全球比武大会,特邀请阿波过去做嘉宾。阿波
2012-10-02 12:57:42
1911
1
原创 杭电acm-2178 猜数字
杭电acm-2178 猜数字猜数字Time Limit : 3000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 19 Accepted Submission(s) : 16Font:Times New Roman| Verdana| GeorgiaFont Si
2012-10-01 12:57:22
2081
2
原创 杭电acm-2164 Rock, Paper, or Scissors?
杭电acm-2164 Rock, Paper, or Scissors?Problem DescriptionRock, Paper, Scissors is a two player game, where each player simultaneously chooses one of the three items after counting to three. The ga
2012-10-01 12:53:54
865
通用寄存器组设计(VHDL)
2012-10-01
平面二维图形设计--“我图我绘”简单画图工具(MFC)
2012-09-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人