Revan

Results 2 comments of Revan

It also happens to me. I'm trying to use the celebA dataset which I downloaded with: `python download.py mnist celebA` But as soon as I try: `python main.py --dataset celebA...

Hey, I think I fixed this by changing this line in main.py from: `flags.DEFINE_integer("train_size", np.inf, "The size of train images [np.inf]")` to: `flags.DEFINE_float("train_size", np.inf, "The size of train images [np.inf]")`...