wouterkool / attention-learn-to-route

Attention based model for learning to solve different routing problems
MIT License
1.04k stars 337 forks source link

Figure 3 How to visualize #61

Open LittleFay2 opened 5 months ago

LittleFay2 commented 5 months ago

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

wouterkool commented 5 months ago

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.