liuBn

Results 4 comments of liuBn

# i fix this error by change 'imgs' to ''--imgs' then ,i meet next problem ,here it's : **batch_size=min(64, len(args.imgs)), TypeError: object of type 'NoneType' has no len()** ------------------------------------ emmm......

i also meet this problem

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]") **it works!!!**