1 min readFeb 22, 2019
Hi,
1. “r” means the string is a raw string should not treat special characters as special, example: r”\n” means “\n” not a new line character.
2. if you know the number of samples you can manually enter it in place of train_generator.n