Hi Moritz,
Now I started with the code provided by the hosts,
for submission test, I set the environment & run the script below, & submitted 2 outputs for each temporal, spatiotemporal, but both had score 999 (scoring error?)
is it because of submission format or need something special operation ?
seems temporal submission contains
BERLIN/BERLIN_test_temporal.h5
CHICAGO/CHICAGO_test_temporal.h5
ISTANBUL/ISTANBUL_test_temporal.h5
MELBOURNE/MELBOURNE_test_temporal.h5
& spatiotemporal submission contains
NEWYORK/NEWYORK_test_spatiotemporal.h5
VIENNA/VIENNA_test_spatiotemporal.h5
shapes in numpy are all (100, 6, 495, 436, 8)
thanks,
python baselines/baselines_cli.py --model_str=unet --limit=2 --epochs=1 --batch_size=1 --num_workers=1 --data_raw_path=$DATA_RAW_PATH --device=$DEVICE $GROUND_TRUTH
-
This reply was modified 1 year, 6 months ago by
joker.