Stefan Zdrnja
Stefan Zdrnja
Set add_day_in_week to True in https://github.com/liyaguang/DCRNN/blob/master/scripts/generate_training_data.py#L72 This code expects those features to be present.
Use this https://github.com/liyaguang/DCRNN repo, specifically ``` python -m scripts.generate_training_data --output_dir=data/PEMS-BAY --traffic_df_filename=data/pems-bay.h5 ``` and set add_day_in_week to True because this code expects those features to be present. https://github.com/liyaguang/DCRNN/blob/master/scripts/generate_training_data.py#L72
I haven't tried a custom dataset yet but I plan to do so soon. I have one question though, why are you not using the setup that's used in the...