/4536

Primary LanguagePython

GMDNet

GMDNet: A Graph-based Mixture Density Network for Estimating Packages’ Multimodal Travel Time Distribution

Usage

Use the following command to run the code:

cd algorithm/GMDNet
python train.py

Repo Structure

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