I usually just use train.py
to train using Tensorflow Object Detection API. However, I read from https://www.kaggle.com/c/rsna-pneumonia-detection-challenge/discussion/68581 that you can also use model_main.py
to train your model and see real-time plots and images on Tensorboard.
- How do you exactly use
model_main.py
on Tensorboard? - What is the difference between
train.py
andmodel_main.py
?