The code for train_val_generators function passes when run. But the test function returns the below error, which looks like the parameters for the test are not defined?
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-2-372236d1ff86> in <module>
1 # Test your generators
----> 2 train_generator, validation_generator = train_val_generators(TRAINING_DIR, VALIDATION_DIR)
NameError: name 'TRAINING_DIR' is not defined