hassaanmahmood
hassaanmahmood
how to show visually about segmentation results after getting output in result folder.
I am also getting same error in python main_unet.py --testing . Resolved it with `sess.run(tf.global_variables_initializer())` now getting out of memory error. trying to fix it using GPU allocation. or any...
> I am also getting same error in python main_unet.py --testing . > Resolved it with `sess.run(tf.global_variables_initializer())` > now getting out of memory error. trying to fix it using GPU...
I also get this problem but with different dataset. loss is decreasing but accuracy is staying exactly at 50. after training I test the model with test, validation and training...