calmiLovesAI / Basic_CNNs_TensorFlow2

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
MIT License
524 stars 178 forks source link

How to include callbacks for plotting Training and Validation Loss Graphy? #26

Open MHansy opened 3 years ago

MHansy commented 3 years ago

Hello all I am trying to use this repo., but I dont know how I can edit the codes so as (1) To plot the training and validation loss graphy

(2) To make prediction to get the predictions probability

Any help please

Thanks