- Run the
load_data_binary
script. Subsequently, you should find anX_binary
andy_binary
pickle file saved into your directory. - Run the
fire_detection_binary
script. This should create train and save several models in your directory. - While (2) is ongoing, you may observe the training process via the following command:
tensorboard --logdir=logs/
This spins up a TensorBoard client available via localhost:6006/
(by default)