摘要: import torch from torch import nn from torch.utils.tensorboard import SummaryWriter '''https://zhuanlan.zhihu.com/p/242086547''' a = torch.Tensor([[1, 阅读全文
posted @ 2020-11-03 16:14 说分手后还能做炮友? 阅读(370) 评论(0) 推荐(0)
摘要: import tensorflow as tf import numpy as np # a = tf.random.uniform([2, 1, 2, 3]) # b = tf.random.uniform([1, 3, 3, 2]) # c = tf.matmul(a, b) '''https: 阅读全文
posted @ 2020-11-03 14:21 说分手后还能做炮友? 阅读(281) 评论(0) 推荐(0)