lyndonzheng / Pluralistic-Inpainting

[CVPR 2019]: Pluralistic Image Completion
676 stars 145 forks source link

How can we get the loss plot of testing and training #62

Closed twyunting closed 3 years ago

twyunting commented 3 years ago

Hello, @lyndonzheng! Thank you for your fantastic code. In my computer vision class, I will present your paper as part of my final project.

When I ran the code on Colab, I only can see the loss_log.txt in the checkpoints local folder. How can we get the loss plot? thanks

lyndonzheng commented 3 years ago

Hi @twyunting, during the training, we use the visdom and dominate to visualize the image and loss plot. But I am not sure whether they are available on Colab.

twyunting commented 3 years ago

Hi @lyndonzheng. Thanks so much for answering. I will try it.

nisailgunn commented 3 years ago

Hello, can you share the google colab link with me?