Mahdizade

Results 2 issues of Mahdizade

I use fcn8 network with VGG weights on a 2 class segmentation task. With pretrained VGG weights all things are normal, but when I try to train network with random...

get_display function in bidi.algorithm module skip zero width non-joiner character. ``` In [1]: from bidi.algorithm import get_display In [2]: raw_text = u'سل‌ام' In [3]: print(len(raw_text)) 5 In [4]: text =...