attention-learn-to-route icon indicating copy to clipboard operation
attention-learn-to-route copied to clipboard

Figure 3 How to visualize

Open LittleFay2 opened this issue 1 year ago • 4 comments

Figure 3 How to visualize? What files or data were used to generate the visualization in Figure 3? and What do I need to do to get Figure 3? The models and the baselines I've already trained

LittleFay2 avatar Jan 07 '24 09:01 LittleFay2

Hi! Unfortunately the code for those visualizations is not in the repo. The training is logged using tensorboard logger, you can then visualize the results using tensorboard. If you want to make plots using e.g. matplotlib, you must read the log files programatically, see https://www.tensorflow.org/tensorboard/dataframe_api.

wouterkool avatar Jan 09 '24 12:01 wouterkool