Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 431 Bytes

ICN (Interactive Convolutional Network)

This is the sample code for TRB paper "ICN: Interactive Convolutional Network for Forecasting Travel Demand of Shared Micromobility".

NOTE: SAMPLE ONLY. Not completely runnable.

Run:

python run_micromobility.py --dataset Chicago --horizon 1 --window_size 24 --batch_size 32 --hidden_size 0.5 --dropout 0.5 --lr 0.001 --model_name Chicago --train True --epoch 80 --weather True