sxjscience / HKO-7

Source code of paper "[NIPS2017] Deep Learning for Precipitation Nowcasting: A Benchmark and A New Model"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movingmnist_iterator.py: error: too few arguments

seyoungleecho opened this issue · comments

I tried to run python3 nowcasting/movingmnist_iterator.py as given in the Readme file, but it throwed back an exception below

usage: movingmnist_iterator.py [-h] [--no-distractors] {save,load} ...
movingmnist_iterator.py: error: too few arguments

Kindly suggest how to go forward

@seyoungleecho Could you post the whole message? The reason may be that the arg-parser are not set correctly. You can try to check if the python version is larger than 3.5 or follow the listed instructions.

Thanks for giving solution... Mistake was i was using python2.7 rather than python3.5. Problem solved. closing the issue