TensorBoard图像的标签仅显示黑色或灰色方块

时间:2018-03-12 13:47:19

标签: tensorflow keras classification conv-neural-network tensorboard

所以我在google colab的笔记本上运行TensorBoard,当我检查图像的标签时,我所得到的只是每层的黑色或灰色方块: enter image description here 为什么我会得到这些图像而不是正确的图像? 我唯一能想到的是,我通过this method在Google colab上使用TensorBoard,这可能会搞砸了。

这是我使用的代码:

tensorboard = TensorBoard(
    log_dir=r'./logs/{}'.format('main_model'),
    write_graph=True,
    write_grads=True,
    histogram_freq=1,
    write_images=True,
)

0 个答案:

没有答案