随笔分类 - tensorflow
摘要:摘自:https://blog.csdn.net/byron123456sfsfsfa/article/details/79811286 1. 在使用GPU版的TensorFlow跑程序的时候,如果不特殊写代码注明,程序默认是占用所有主机上的GPU,但计算过程中只会用其中一块。也就是你看着所有GPU
阅读全文
摘要:(Mainly quoted from its official website) Summary: 1. TensorFlow™ is an open source software library. 2. Virtualenv is a tool to create isolated Pytho
阅读全文
摘要:RTX 2070 同样可以在 ubuntu 16.04 + cuda 9.0中使用。Ubuntu18.04可能只支持cuda10.0,在跑开源代码时可能会报一些奇怪的错误,所以建议大家配置 ubuntu16.04 + cuda 9.0。下文还是以ubuntu18.04 + cuda 10.0为例。u
阅读全文
摘要:原创文章~转载请注明出处哦。其他部分内容参见以下链接~ GraphSAGE 代码解析(一) - unsupervised_train.py GraphSAGE 代码解析(二) - layers.py GraphSAGE 代码解析(三) - aggregators.py 1. 类及其继承关系 首先看M
阅读全文
摘要:原创文章~转载请注明出处哦。其他部分内容参见以下链接~ GraphSAGE 代码解析(一) - unsupervised_train.py GraphSAGE 代码解析(二) - layers.py GraphSAGE 代码解析(四) - models.py 1. class MeanAggrega
阅读全文
摘要:class EdgeMinibatchIterator def __init__(self, G, id2idx, placeholders, context_pairs=None, batch_size=100, max_degree=25, n2v_retrain=False, fixed_n2
阅读全文

浙公网安备 33010602011771号