cvlab-epfl / tf-lift

Tensorflow port of LIFT (ECCV 2016), with training code.
197 stars 55 forks source link

How to visualize the train loss and accuracy curve while training? #44

Closed punisher220 closed 4 years ago

punisher220 commented 4 years ago

Hello,I have finished training pre-processing code and got the training available for desc, ori and kp subtasks.

But in utils/dump.py I noticed that you only did best_validation loss and iteration step(also with std.h5 and mean.h5) record in the training result.

I am new to the tensorflow model code. I wonder: Are there any approaches to make the train loss and accuracy(If available) for visualization. Thanks for help.

kmyi commented 4 years ago

Shouldn't it dump those to tensorboard? I am not 100% sure since I've not touched this code for so long, but I usually dump them there