Tahlil Ahmed Chowdhury

Results 13 comments of Tahlil Ahmed Chowdhury

I think this [stackoverflow answer](https://stats.stackexchange.com/a/187404/114218) covers the confusion.

Same question here. Also /data/fonts/ directory missing as well.

Also I tried downloading data from [https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/YDEPUT](this) link. The E50 file is only 245MB instead of ~600 MB. But it downloaded successfully.

I'm having same issue. Mean IOU and focal loss are always 0. I am using mscoco data set. I have modified the data set such that the segmentation map has...

The iou actually going to the opposite direction. Its decreasing. First couple of iteration we can see that it decreased to nearly 0. ![screenshot from 2019-01-04 15-16-12](https://user-images.githubusercontent.com/1763767/50680957-dbe36480-1033-11e9-80e9-994bc62c18c0.png) I have used...

Hi @YuhuiMa thanks very much for replying. To resolve the OOM error I rescaled each input and segmentation image to 256x256. After that I could train with 8 batch size....

The output segmentation map during training contains negative values. This is not supposed to happen. Each step the max min values of the seg map image is like on the...

On each iteration, the absolute value of the max min pixel value of the output segmentation map are almost equal. On the below image, the two values after `Training for...

After calculating softmax, first couple of step result ![screenshot from 2019-01-12 13-16-30](https://user-images.githubusercontent.com/1763767/51070495-74996600-166c-11e9-97e9-2c011672ec69.png)

The above images are generated from the prediction and ground_truth values calculated by the `evaluation` function on the dfn_model.py file.