Anand Pandiyan

Results 2 issues of Anand Pandiyan

These are me version installed in my system [ node, npm and angular version ][1] [](url) [1]: https://i.stack.imgur.com/U8d2T.png but the issue is not resolved i have even tried changing the...

import segmentation_models as sm from segmentation_models.metrics import iou_score from segmentation_models import Unet import tensorflow as tf tf.keras.backend.set_image_data_format('channels_last') model = Unet('resnet34', encoder_weights='imagenet', classes=40, activation='sigmoid') model.summary() optim = tf.keras.optimizers.Adam(0.0001) focal_loss = sm.losses.cce_dice_loss...