attention-learn-to-route
attention-learn-to-route copied to clipboard
Figure 3 How to visualize
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
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.