【发布时间】:2020-05-06 13:15:44
【问题描述】:
关注this Tutorial 使用 torch.utils.tensorboard 在 tensorboard 中可视化图像时出错
from torch.utils.tensorboard import SummaryWriter
writer = SummaryWriter('runs/fashion_mnist_experiment_1')
writer.add_embedding(features,
metadata=class_labels,
label_img=images.unsqueeze(1))
writer.close()
错误:
AttributeError: module 'tensorflow_core._api.v2.io.gfile' has no attribute 'get_filesystem'
【问题讨论】:
-
我建议您在官方github问题上提供帮助并在此帖子中添加评论,以便开发人员知道更多人受到影响:github.com/pytorch/pytorch/issues/30966
标签: pytorch tensorboard