yuanke

Results 126 comments of yuanke

ub16hp@UB16HP:~/ub16_prj/FastGCN$ python transformRedditGraph2NPZ.py Traceback (most recent call last): File "transformRedditGraph2NPZ.py", line 69, in transferRedditDataFormat("reddit","reddit.npz") File "transformRedditGraph2NPZ.py", line 46, in transferRedditDataFormat train_ids = [n for n in G.nodes() if not G.node[n]['val']...

a little unreasonable and confusing

Does someone can provide a sample?

比如这个http://mp.weixin.qq.com/s?__biz=MzA4ODIxNjY1OA==&mid=2650747988&idx=1&sn=de85a17895c5e28eb9e4142cdeccbdaf&chksm=88261169bf51987f66f41f5a2dc850af2e30ae77f01c82c45eb4ecd619714daa970b6120c834&scene=27#wechat_redirect

oh, I just got the error on python3.6 but it have the workaround, namely delete all the 'overrides' statement

@ruotianluo which version of pytorch do you working on?

On CPU setting: after the following changes: @@ -331,7 +332,9 @@ class Seq2SeqModel(object): while True: #----[Step]---------------------------------------- encoder_state, step_loss, output_logits = self.step(session, encoder_inputs, decoder_inputs, target_weights, - bucket_id, training=False, force_dec_input=False) + bucket_id,...

@yogesh-0586 still struggling