GMDNet: A Graph-based Mixture Density Network for Estimating Packages’ Multimodal Travel Time Distribution
Use the following command to run the code:
cd algorithm/GMDNet
python train.py
The structure of our code and description of important files are given as follows:
│────algorithm/
│ ├────GMDNet/: code of GMDNet.
│────data/: data used for train, validation, and test.
│────my_utils/
│ ├────util.py