ratschlab / RGAN

Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
https://arxiv.org/abs/1706.02633
MIT License
640 stars 183 forks source link

SyntaxError: future feature annotations is not defined #39

Open TooYang-moon opened 1 year ago

TooYang-moon commented 1 year ago

Hi, I got this error, when I try to run the experiment by ''python experiment.py --setting_file test". And this may be caused by "python<3.7". Do you have a requirement.txt under "python>=3.7" envirment ? Or can you tell me how to solve this problem under "python==3.6.x" envirment?