上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页
摘要: 转载:https://blog.csdn.net/kudou1994/article/details/86735451 服务器在训练模型,另一边我在瞎胡乱搞不晓得咋个搞的,就不能使用GPU了。python2.7: 打算卸载原有的tensorflow重新安装来解决。踩了很多坑,也尝试过强制安装TF的方 阅读全文
posted @ 2019-10-17 10:34 chamie 阅读(4913) 评论(0) 推荐(0) 编辑
摘要: 将Data文件复制到B目录下: cp -r /home/hp/Data /home/hp/B/ 阅读全文
posted @ 2019-07-14 11:49 chamie 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/m0_37407756/article/details/77968724(一)删除整个anaconda目录: 由于Anaconda的安装文件都包含在一个目录中,所以直接将该目录删除即可。到包含整个anaconda目录的文件夹下,删除整个Anacond 阅读全文
posted @ 2019-07-04 12:52 chamie 阅读(882) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/tsyccnh/article/details/82459859 tensorflow中的tile()函数是用来对张量(Tensor)进行扩展的,其特点是对当前张量内的数据进行一定规则的复制。最终的输出张量维度不变。 函数定义: input是待扩展的 阅读全文
posted @ 2019-07-03 08:54 chamie 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/weixin_43979572/article/details/86159265 在Python中遇到了导包错误,其实包已经有了。原因是我再B文件的a.py中用到了utils包下的一个类比如from utils.RandomErasing impor 阅读全文
posted @ 2019-07-01 20:43 chamie 阅读(15857) 评论(0) 推荐(0) 编辑
摘要: sys.argv 是获取运行python文件的时命令行参数,命令行参数是以list形式存储参数。 例如:python convert_shapenet10.py 3DShapeNets 则 sys.argv[0]:convert_shapenet10.py sys.argv[1]:3DShapeNe 阅读全文
posted @ 2019-07-01 16:30 chamie 阅读(208) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-06-25 14:37 chamie 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.jianshu.com/p/71e6ef6c121b 其中“input_”是你输入的tensor,就是被切的那个。 “begin”是每一个维度的起始位置,这个下面详细说。 “size”相当于问每个维度拿几个元素出来。 下面看例1: t = tf.constant([[[ 阅读全文
posted @ 2019-06-23 17:02 chamie 阅读(2015) 评论(0) 推荐(2) 编辑
摘要: 转载:https://www.cnblogs.com/happystudyeveryday/p/10324590.html pycharm安装目录为/home/dell/pycharm-community-2018.1.2/bin。那么安装完成之后系统不会给pycharm添加系统路径,只有把终端切换 阅读全文
posted @ 2019-05-28 17:06 chamie 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: \begin{table} \caption{\newline The results of running algorithm parallel using MapReduce.} \hline ... \hline \end{table} 阅读全文
posted @ 2019-05-23 10:29 chamie 阅读(3296) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页