IshmaelBelghazi / ALI

Adversarially Learned Inference
MIT License
311 stars 80 forks source link

Fuel version problem #5

Closed hope-yao closed 7 years ago

hope-yao commented 7 years ago

I installed the current development version of fuel, but had some issue in fuel downloading.

$ fuel-download celeba 64 $ fuel-convert celeba 64 $ fuel-download celeba 64 --clear

The error message I got is: fuel-download: error: unrecognized arguments: 64 if I remove 64, I got: TypeError: init() got an unexpected keyword argument 'max_value'

Could someone please specify what version or commits of fuel and progressbar should I use? Thanks

hope-yao commented 7 years ago

This problem can be solved by modifying max_value to maxval into progressbar package.