Arunava

Results 7 comments of Arunava

It should be `False` as `Jennifer` is comes lexographically before so it is smaller. Thus the expression is `False`. Try it out with `'J' > 'P'` you will get the...

When calling, you can add a `-l /path/to/labels` flag to specify the path in which the labels are stored. But this is not required if you have made no changes...

Merge this after #12 is resolved

A Class for `ConfusionMatrix` was introduced as opposed to normal functions (for ConfusionMatrix) and average keeping way, is that while taking average over multiple such values the final average value...

Show Discriminator Accuracy as well, in `def show_epoch_details`.

The `datasets.ImageNet` function is present in the latest update of `torchvision` and isn't released yet, so this PR needs to be merged after the next release of torchvision.