working12

Results 3 issues of working12

`ng-vocab.tsv` file is missing. I checked this [issue ](https://github.com/sujitpal/eeap-examples/issues/3). Added this code to generate the file and verify the result. It gave me accuracy score of 55% (approx). Then instead...

If the input is `HxWx3` (RGB Image) the output is `(H/4 x W/4 x num_classes)`. But the ground truth mask is `(H,W,num_classes)`. Can you point out the code where this...

Usually, when using this code, I was getting calibration issues and things like that. But now, after the calibration passes correctly, I notice an "OOM error" in the middle of...