摘要:
将mask中所有为true的抽取出来,放到一起,这里从n维降到1维度 tensor = [[1, 2], [3, 4], [5, 6]] import numpy as np mask=np.array([[True,True],[False,True],[False,False]]) z=tf.b 阅读全文
posted @ 2019-01-16 14:40
simple_wxl
阅读(1969)
评论(0)
推荐(0)
摘要:
ubuntu下将程序挂后台命令 nohup python -u main.py > test.out 2>&1 & ubunut下查看后台进程 jobs -l 阅读全文
posted @ 2019-01-16 11:54
simple_wxl
阅读(1207)
评论(0)
推荐(0)

浙公网安备 33010602011771号