Dmitry Tyugin
Dmitry Tyugin
I'm trying to add tensorboard logging to mask_rcnn.py train function log_dir = "logs/" + datetime.datetime.now().strftime("%Y%m%d-%H%M%S") tensorboard_callback = tf.keras.callbacks.TensorBoard(log_dir=log_dir, histogram_freq=1) callb = [ tensorboard_callback, ModelCheckpoint(self.checkpoint_path,save_weights_only=True,save_best_only = True, monitor = "val_loss", verbose...
python utils/logger.py LOG_FILE TYPE X_QUERY Y_QUERY Could you please give example parameters command line? Can't figure out how to plot my log. Here is my log fragment: {"type": "val", "session":...
Hi, Could you please provide some building instructions? Thank you.