matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.58k stars 11.69k forks source link

Plotting Losses vs Learning Rate #2353

Open YashRunwal opened 4 years ago

YashRunwal commented 4 years ago

Hello guys,

I am training a custom model.

I have finished the training part and I have plotted all the losses against the epochs.

But I want to plot the total loss against the learning rate. Any Idea how to do that?

This is implemented in the fastai library.

I would really appreciate your help.

Thanks, Yash

Rimehdaoudi commented 4 years ago

Hi, could you share please how you plotting the losses, i tried to plot them with tensorboard and it gives me the following error:

TypeError: Value passed to parameter 'values' has DataType bool not in list of allowed values: float32, float64, int32, uint8, int16, int8, int64, bfloat16, uint16, float16, uint32, uint64

please help!