Ankurhanda Tf Unet Save

tensorflow version of unet

Project README

tf-unet

tensorflow version of unet

u-net is defined in the UNet.py

To make sure you don't consider the pixels with zero labels i.e. pixels with missing labels, do the following

loss_map = tf.nn.sparse_softmax_cross_entropy_with_logits(logits=pred, labels=gt)
loss_map = tf.multiply(loss_map,tf.to_float(tf.not_equal(gt,0)))

to train

python3 train_u-net.py
Open Source Agenda is not affiliated with "Ankurhanda Tf Unet" Project. README Source: ankurhanda/tf-unet
Stars
29
Open Issues
1
Last Commit
6 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating